diff --git a/pom.xml b/pom.xml index a20d54320784cc9a33d3c5d2bcb8efa032079082..f8bba376d29afc5e0a8edb2b7d1915c5e1216b48 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ <cxf-xjc.version>4.0.0</cxf-xjc.version> <jsr305.version>3.0.2</jsr305.version> - <wiremock.version>3.12.1</wiremock.version> + <wiremock-spring-boot.version>3.6.0</wiremock-spring-boot.version> <!-- Build settings --> <timestamp>${maven.build.timestamp}</timestamp> @@ -140,9 +140,10 @@ <scope>test</scope> </dependency> <dependency> - <groupId>org.wiremock</groupId> - <artifactId>wiremock</artifactId> - <version>${wiremock.version}</version> + <groupId>org.wiremock.integrations</groupId> + <artifactId>wiremock-spring-boot</artifactId> + <version>${wiremock-spring-boot.version}</version> + <scope>test</scope> </dependency> </dependencies>