reta commented on code in PR #1633:
URL: https://github.com/apache/cxf/pull/1633#discussion_r1451027447


##########
systests/microprofile/client/weld/pom.xml:
##########
@@ -178,7 +188,7 @@
                     <dependency>
                         <groupId>com.github.tomakehurst</groupId>
                         <artifactId>wiremock-jre8-standalone</artifactId>
-                        <version>2.35.1</version>
+                        <version>3.0.1</version>

Review Comment:
   The 2.35.x line was used for Jetty 9 support, if we don't need that, let's 
use the latest one (please notice group change, `org.wiremock` now):
   
   ```
   <dependency>
       <groupId>org.wiremock</groupId>
       <artifactId>wiremock-standalone</artifactId>
       <version>3.3.1</version>
       <scope>test</scope>
   </dependency>
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to