Skip to content

Commit

Permalink
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-openfeign</artifactId>
<version>3.1.5</version>
<version>4.0.0</version>
</dependency>

<dependency>
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
<properties>
<project.root>${basedir}</project.root>
<java.version>17</java.version>
<hapi.version>6.6.2</hapi.version>
<hapi.version>7.6.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>
<logback-encoder.version>7.3</logback-encoder.version>
<testcontainers.version>1.18.3</testcontainers.version>
<newrelic.version>8.15.0</newrelic.version>
<postgresql.version>42.7.4</postgresql.version>
<spring-cloud-aws.version>2.4.4</spring-cloud-aws.version>
<spring-cloud-aws.version>3.0.0</spring-cloud-aws.version>

<!-- Maven plugin versions -->
<jacoco.version>0.8.10</jacoco.version>
Expand Down

0 comments on commit 7916402

Please sign in to comment.