Skip to content

Commit bc65e47

Browse files
Migrate from com.github.tomakehurst to org.wiremock
1 parent 4effbb6 commit bc65e47

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -120,9 +120,9 @@
120120
</dependency>
121121

122122
<dependency>
123-
<groupId>com.github.tomakehurst</groupId>
124-
<artifactId>wiremock-jre8-standalone</artifactId>
125-
<version>2.35.0</version>
123+
<groupId>org.wiremock</groupId>
124+
<artifactId>wiremock-standalone</artifactId>
125+
<version>3.12.1</version>
126126
<scope>test</scope>
127127
</dependency>
128128
</dependencies>

0 commit comments

Comments
 (0)