JAVA-26733 Upgrade wiremock to the latest version (#15206)
This commit is contained in:
@@ -34,7 +34,7 @@
|
||||
</dependency>
|
||||
<!-- test scoped -->
|
||||
<dependency>
|
||||
<groupId>com.github.tomakehurst</groupId>
|
||||
<groupId>org.wiremock</groupId>
|
||||
<artifactId>wiremock</artifactId>
|
||||
<version>${wiremock.version}</version>
|
||||
<scope>test</scope>
|
||||
@@ -135,7 +135,7 @@
|
||||
<!-- testing -->
|
||||
<rest-assured.version>2.9.0</rest-assured.version>
|
||||
<cucumber.version>6.8.0</cucumber.version>
|
||||
<wiremock.version>2.21.0</wiremock.version>
|
||||
<wiremock.version>3.3.1</wiremock.version>
|
||||
<karate.version>1.3.1</karate.version>
|
||||
<jbehave.version>4.1</jbehave.version>
|
||||
</properties>
|
||||
|
||||
Reference in New Issue
Block a user