Skip to content

Commit 3b8f939

Browse files
authored
Merge pull request #229 from basil/wiremock
Upgrade WireMock from 2.35.2 to 3.12.0
2 parents 768410c + e608d35 commit 3b8f939

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)