Skip to content

Commit

Permalink
Merge pull request #241 from qudini/update-wiremock
Browse files Browse the repository at this point in the history
Update wiremock to standalone version.
  • Loading branch information
jmaister authored Feb 12, 2024
2 parents ed2bfc4 + 7be79fc commit 76e93ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -227,8 +227,8 @@
<version>${testcontainers.version}</version>
</dependency>
<dependency>
<groupId>com.github.tomakehurst</groupId>
<artifactId>wiremock</artifactId>
<groupId>org.wiremock</groupId>
<artifactId>wiremock-standalone</artifactId>
<version>${wiremock.version}</version>
</dependency>
<dependency>
Expand Down

0 comments on commit 76e93ae

Please sign in to comment.