This is an automated email from the ASF dual-hosted git repository.

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 40054466be34b5dab36f3641f90ad30de718abb5
Author: Andriy Redko <[email protected]>
AuthorDate: Thu Sep 7 20:09:03 2023 -0400

    Update Wiremock to 2.35.1
---
 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 b93e207fec..17a1f59968 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -229,7 +229,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.6.0.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.5.1</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 1632fbb940..d51a67d379 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-standalone</artifactId>
+                <artifactId>wiremock-jre8-standalone</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 e1d229b422..3f4cde858c 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-standalone</artifactId>
+            <artifactId>wiremock-jre8-standalone</artifactId>
             <version>${cxf.wiremock.version}</version>
             <scope>test</scope>
             <exclusions>

Reply via email to