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

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


The following commit(s) were added to refs/heads/4.0.x-fixes by this push:
     new c0fb410946 Fixing testutils version
c0fb410946 is described below

commit c0fb410946da948dc51c4ea3bafa07bc00ad3fae
Author: Colm O hEigeartaigh <[email protected]>
AuthorDate: Fri Nov 14 16:23:09 2025 +0000

    Fixing testutils version
---
 distribution/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/distribution/pom.xml b/distribution/pom.xml
index 800eaf9924..a81a1ef079 100644
--- a/distribution/pom.xml
+++ b/distribution/pom.xml
@@ -211,7 +211,7 @@
         <dependency>
             <groupId>${project.groupId}</groupId>
             <artifactId>cxf-testutils</artifactId>
-            <version>4.1.5-SNAPSHOT</version>
+            <version>4.0.11-SNAPSHOT</version>
         </dependency>
         <dependency>
             <groupId>org.slf4j</groupId>

Reply via email to