Skip to content

Commit

Permalink
45: Use fixed uk-datamodel for 3.1.8
Browse files Browse the repository at this point in the history
OBFundsConfirmationConsentResponse1Data uses OBExternalRequestStatus1Code rather than the StatusEnum
defined within the class.

Issue: OpenBankingToolkit/openbanking-toolkit#45
  • Loading branch information
BohoCode committed Nov 25, 2021
1 parent 1758e18 commit b904acf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
<parent>
<groupId>com.forgerock.openbanking</groupId>
<artifactId>forgerock-openbanking-starter-parent</artifactId>
<version>1.2.5</version>
<version>1.2.6</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>

Expand All @@ -44,10 +44,10 @@
<url>http://www.forgerock.org</url>

<properties>
<ob-common.version>1.2.13</ob-common.version>
<ob-clients.version>1.2.13</ob-clients.version>
<ob-jwkms.version>1.2.12</ob-jwkms.version>
<ob-auth.version>1.1.12</ob-auth.version>
<ob-common.version>1.2.14</ob-common.version>
<ob-clients.version>1.2.14</ob-clients.version>
<ob-jwkms.version>1.2.13</ob-jwkms.version>
<ob-auth.version>1.1.13</ob-auth.version>
</properties>

<modules>
Expand Down

0 comments on commit b904acf

Please sign in to comment.