This is an automated email from the ASF dual-hosted git repository. reta pushed a commit to branch 3.5.x-fixes in repository https://gitbox.apache.org/repos/asf/cxf.git
commit b43740b5d7051c235125f6f4f589f5ba8f4b4829 Author: Andriy Redko <[email protected]> AuthorDate: Thu Sep 7 20:09:03 2023 -0400 Update Wiremock to 2.35.1 (cherry picked from commit 40054466be34b5dab36f3641f90ad30de718abb5) # Conflicts: # parent/pom.xml # systests/microprofile/client/async/pom.xml # systests/microprofile/client/nocdi/pom.xml --- parent/pom.xml | 2 +- systests/microprofile/client/async/pom.xml | 2 +- systests/microprofile/client/nocdi/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/parent/pom.xml b/parent/pom.xml index cfd0d0320d..943af0c622 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -230,7 +230,7 @@ <cxf.validation.api.version>2.0.2</cxf.validation.api.version> <cxf.velocity.version>2.3</cxf.velocity.version> <cxf.wildfly.common.version>1.5.4.Final</cxf.wildfly.common.version> - <cxf.wiremock.version>2.27.2</cxf.wiremock.version> + <cxf.wiremock.version>2.35.1</cxf.wiremock.version> <cxf.woodstox.core.version>6.4.0</cxf.woodstox.core.version> <cxf.woodstox.stax2-api.version>4.2.1</cxf.woodstox.stax2-api.version> <cxf.wsdl4j.version>1.6.3</cxf.wsdl4j.version> diff --git a/systests/microprofile/client/async/pom.xml b/systests/microprofile/client/async/pom.xml index 41fee0b097..05403c3571 100644 --- a/systests/microprofile/client/async/pom.xml +++ b/systests/microprofile/client/async/pom.xml @@ -130,7 +130,7 @@ </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> - <artifactId>wiremock</artifactId> + <artifactId>wiremock-jre8</artifactId> <version>${cxf.wiremock.version}</version> <scope>test</scope> <exclusions> diff --git a/systests/microprofile/client/nocdi/pom.xml b/systests/microprofile/client/nocdi/pom.xml index 3958a91744..883c9d38f4 100644 --- a/systests/microprofile/client/nocdi/pom.xml +++ b/systests/microprofile/client/nocdi/pom.xml @@ -126,7 +126,7 @@ </dependency> <dependency> <groupId>com.github.tomakehurst</groupId> - <artifactId>wiremock</artifactId> + <artifactId>wiremock-jre8</artifactId> <version>${cxf.wiremock.version}</version> <scope>test</scope> <exclusions>
