Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Aug 26, 2024
1 parent 4af2e7e commit 0de5f88
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<properties>
<project.root>${basedir}/..</project.root>
<springfox.version>3.0.0</springfox.version>
<okta-jwt.version>0.5.7</okta-jwt.version>
<okta-jwt.version>0.5.8</okta-jwt.version>
<sonar.coverage.exclusions>**/JobClient.java</sonar.coverage.exclusions>
<!--
- AB2D-6099 -
Expand Down
6 changes: 3 additions & 3 deletions e2e-test/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -36,18 +36,18 @@
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-api</artifactId>
<version>0.12.6</version>
<version>0.11.5</version>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-impl</artifactId>
<version>0.12.6</version>
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>io.jsonwebtoken</groupId>
<artifactId>jjwt-jackson</artifactId>
<version>0.12.6</version>
<version>0.11.5</version>
<scope>runtime</scope>
</dependency>
<dependency>
Expand Down
10 changes: 5 additions & 5 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<properties>
<project.root>${basedir}</project.root>
<java.version>17</java.version>
<hapi.version>7.2.2</hapi.version>
<hapi.version>6.8.0</hapi.version>
<mockito.inline.version>5.2.0</mockito.inline.version>
<okhttp3.version>4.10.0</okhttp3.version>
<checkstyle.config>${project.root}/src/main/resources/checkstyle.xml</checkstyle.config>
Expand All @@ -44,11 +44,11 @@
<maven.assembly.plugin.version>2.3</maven.assembly.plugin.version>

<!-- AB2D lib versions -->
<events-client.version>1.12.9</events-client.version>
<bfd-lib.version>2.2.4</bfd-lib.version>
<fhir-lib.version>1.2.8</fhir-lib.version>
<events-client.version>1.12.8</events-client.version>
<bfd-lib.version>2.2.0</bfd-lib.version>
<fhir-lib.version>1.2.7</fhir-lib.version>
<aggregator-lib.version>1.3.4</aggregator-lib.version>
<filters-lib.version>1.9.5</filters-lib.version>
<filters-lib.version>1.9.4</filters-lib.version>
<properties-client.version>1.2.5</properties-client.version>
<contract-client.version>1.2.4</contract-client.version>
</properties>
Expand Down

0 comments on commit 0de5f88

Please sign in to comment.