Skip to content

Commit

Permalink
Update wiremock to standalone version. netty dependency is different …
Browse files Browse the repository at this point in the history
…from one in Spring Boot 3.2.2
  • Loading branch information
jmaister committed Feb 9, 2024
1 parent ed2bfc4 commit 7be79fc
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 7be79fc

Please sign in to comment.