Skip to content

Commit 5acf808

Browse files
Replace dependency com.github.tomakehurst:wiremock-jre8 with org.wiremock:wiremock 3.0.1
1 parent a2b6829 commit 5acf808

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
@@ -81,8 +81,8 @@
8181
<scope>test</scope>
8282
</dependency>
8383
<dependency>
84-
<groupId>com.github.tomakehurst</groupId>
85-
<artifactId>wiremock-jre8</artifactId>
84+
<groupId>org.wiremock</groupId>
85+
<artifactId>wiremock</artifactId>
8686
<version>3.0.1</version>
8787
<scope>test</scope>
8888
</dependency>

0 commit comments

Comments
 (0)