Skip to content

Commit aad6894

Browse files
committed
fix(deps): replace dependency com.github.tomakehurst with org.wiremock
1 parent 109fdef commit aad6894

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@
192192
<scope>test</scope>
193193
</dependency>
194194
<dependency>
195-
<groupId>com.github.tomakehurst</groupId>
195+
<groupId>org.wiremock</groupId>
196196
<artifactId>wiremock</artifactId>
197197
<scope>test</scope>
198198
</dependency>

integration-tests/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@
189189
<scope>test</scope>
190190
</dependency>
191191
<dependency>
192-
<groupId>com.github.tomakehurst</groupId>
192+
<groupId>org.wiremock</groupId>
193193
<artifactId>wiremock</artifactId>
194194
<scope>test</scope>
195195
</dependency>

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -415,9 +415,9 @@
415415
<version>1.0.0-M26</version>
416416
</dependency>
417417
<dependency>
418-
<groupId>com.github.tomakehurst</groupId>
418+
<groupId>org.wiremock</groupId>
419419
<artifactId>wiremock</artifactId>
420-
<version>2.25.0</version>
420+
<version>3.0.1</version>
421421
</dependency>
422422
<dependency>
423423
<groupId>org.graalvm.sdk</groupId>

0 commit comments

Comments
 (0)