Skip to content

Commit 76e93ae

Browse files
authored
Merge pull request #241 from qudini/update-wiremock
Update wiremock to standalone version.
2 parents ed2bfc4 + 7be79fc commit 76e93ae

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)