We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52bf87c commit b72f34fCopy full SHA for b72f34f
pom.xml
@@ -363,7 +363,7 @@
363
<version>${org.mockito.inline.version}</version>
364
</dependency>
365
<dependency>
366
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
367
<artifactId>wiremock</artifactId>
368
<version>${wiremock.version}</version>
369
<scope>test</scope>
@@ -419,7 +419,7 @@
419
<org.projectlombok.version>1.18.32</org.projectlombok.version>
420
<org.sonatype.nexus.staging.maven.version>1.6.12</org.sonatype.nexus.staging.maven.version>
421
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
422
- <wiremock.version>2.27.2</wiremock.version>
+ <wiremock.version>3.9.2</wiremock.version>
423
</properties>
424
425
</project>
0 commit comments