Skip to content

Commit 7be79fc

Browse files
committed
Update wiremock to standalone version. netty dependency is different from one in Spring Boot 3.2.2
1 parent ed2bfc4 commit 7be79fc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@
227227
<version>${testcontainers.version}</version>
228228
</dependency>
229229
<dependency>
230-
<groupId>com.github.tomakehurst</groupId>
231-
<artifactId>wiremock</artifactId>
230+
<groupId>org.wiremock</groupId>
231+
<artifactId>wiremock-standalone</artifactId>
232232
<version>${wiremock.version}</version>
233233
</dependency>
234234
<dependency>

0 commit comments

Comments
 (0)