We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cce9a3e commit 4e30b07Copy full SHA for 4e30b07
1 file changed
pom.xml
@@ -394,8 +394,8 @@
394
<scope>test</scope>
395
</dependency>
396
<dependency>
397
- <groupId>org.wiremock</groupId>
398
- <artifactId>wiremock</artifactId>
+ <groupId>com.github.tomakehurst</groupId>
+ <artifactId>wiremock-jre8</artifactId>
399
<version>${wiremock.version}</version>
400
401
@@ -451,7 +451,7 @@
451
<org.slf4j.version>2.0.17</org.slf4j.version>
452
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
453
<surefire.addOpens></surefire.addOpens>
454
- <wiremock.version>3.13.2</wiremock.version>
+ <wiremock.version>2.35.2</wiremock.version>
455
</properties>
456
457
</project>
0 commit comments