Skip to content

Commit e608d35

Browse files
committed
Upgrade WireMock from 2.35.2 to 3.12.0
1 parent 768410c commit e608d35

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@
9696
</dependency>
9797

9898
<dependency>
99-
<groupId>com.github.tomakehurst</groupId>
100-
<artifactId>wiremock-jre8-standalone</artifactId>
101-
<version>2.35.2</version>
99+
<groupId>org.wiremock</groupId>
100+
<artifactId>wiremock-standalone</artifactId>
101+
<version>3.12.0</version>
102102
<scope>test</scope>
103103
</dependency>
104104

0 commit comments

Comments
 (0)