We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc20cab commit 9baf083Copy full SHA for 9baf083
spring-boot-override-test-properties/pom.xml
@@ -26,9 +26,9 @@
26
<scope>test</scope>
27
</dependency>
28
<dependency>
29
- <groupId>com.github.tomakehurst</groupId>
+ <groupId>org.wiremock</groupId>
30
<artifactId>wiremock-standalone</artifactId>
31
- <version>2.27.2</version>
+ <version>3.0.1</version>
32
33
34
</dependencies>
spring-web-client-exchange-retrieve/pom.xml
@@ -16,7 +16,7 @@
16
<description>Spring WebClient exchange vs. retrieve</description>
17
18
<properties>
19
- <wiremock.version>2.27.2</wiremock.version>
+ <wiremock.version>3.0.1</wiremock.version>
20
</properties>
21
22
<dependencies>
0 commit comments