Skip to content

Commit

Permalink
Update wiremock version
Browse files Browse the repository at this point in the history
  • Loading branch information
bvsharp committed Oct 6, 2023
1 parent 2dce8c2 commit b79f50b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
<snakeyaml.version>2.0</snakeyaml.version>

<!-- test dependencies -->
<wiremock.version>2.35.0</wiremock.version>
<wiremock.version>3.2.0</wiremock.version>
<testcontainers.version>1.17.6</testcontainers.version>
<edge-common.version>4.4.3</edge-common.version>
<mockwebserver.version>4.11.0</mockwebserver.version>
Expand Down Expand Up @@ -167,8 +167,8 @@
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock-jre8</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock</artifactId>
<version>${wiremock.version}</version>
<scope>test</scope>
</dependency>
Expand Down

0 comments on commit b79f50b

Please sign in to comment.