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 4f1976c commit 56451e0Copy full SHA for 56451e0
spring-batch-notion/pom.xml
@@ -41,7 +41,6 @@
41
<properties>
42
<archunit.version>1.3.0</archunit.version>
43
<notion-sdk-jvm.version>1.11.1</notion-sdk-jvm.version>
44
- <wiremock-spring-boot.version>3.5.1</wiremock-spring-boot.version>
45
</properties>
46
47
<dependencies>
@@ -99,7 +98,7 @@
99
98
<dependency>
100
<groupId>org.wiremock.integrations</groupId>
101
<artifactId>wiremock-spring-boot</artifactId>
102
- <version>${wiremock-spring-boot.version}</version>
+ <version>3.7.0</version>
103
<scope>test</scope>
104
</dependency>
105
</dependencies>
0 commit comments