Skip to content

Commit

Permalink
chore: update deprecated dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jsenko committed Jul 7, 2024
1 parent c9ed86e commit 4de1f9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@
<test-containers.version>1.19.7</test-containers.version>
<embedded-postgres.version>2.0.7</embedded-postgres.version>
<strimzi.version>0.105.0</strimzi.version>
<wiremock-jre8.version>2.35.2</wiremock-jre8.version>
<wiremock.version>3.7.0</wiremock.version>
</properties>

<dependencyManagement>
Expand Down Expand Up @@ -787,9 +787,9 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<version>${wiremock-jre8.version}</version>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock.version}</version>
</dependency>
<dependency>
<groupId>com.google.truth.extensions</groupId>
Expand Down
4 changes: 2 additions & 2 deletions utils/tests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@
</dependency>

<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
</dependency>

<dependency>
Expand Down

0 comments on commit 4de1f9b

Please sign in to comment.