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

ffang 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 0ef48d6f84 [CXF-9151]use io.github.littleproxy:littleproxy instead of 
org.littleshoot:littleproxy
0ef48d6f84 is described below

commit 0ef48d6f842e9705a29fa9d56e2d465d31d75083
Author: Freeman Fang <freeman.f...@gmail.com>
AuthorDate: Mon Jul 14 15:03:29 2025 -0400

    [CXF-9151]use io.github.littleproxy:littleproxy instead of 
org.littleshoot:littleproxy
    
    (cherry picked from commit 0771d7c0866333051dd34146f884fa36470e82bb)
---
 parent/pom.xml              | 4 ++--
 systests/jaxws/pom.xml      | 2 +-
 systests/transports/pom.xml | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1ec1ff13ad..5b5b1f175c 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -172,7 +172,7 @@
         <cxf.junit5.version>5.13.3</cxf.junit5.version>
         <cxf.kerby.version>2.0.3</cxf.kerby.version>
         <cxf.ldapsdk.version>7.0.3</cxf.ldapsdk.version>
-        <cxf.littleproxy.version>1.1.2</cxf.littleproxy.version>
+        <cxf.littleproxy.version>2.4.3</cxf.littleproxy.version>
         <cxf.logback.classic.version>1.5.6</cxf.logback.classic.version>
         <cxf.lucene.version>9.12.1</cxf.lucene.version>
         <cxf.maven.core.version>3.9.10</cxf.maven.core.version>
@@ -1789,7 +1789,7 @@
                 </exclusions>
             </dependency>
             <dependency>
-                <groupId>org.littleshoot</groupId>
+                <groupId>io.github.littleproxy</groupId>
                 <artifactId>littleproxy</artifactId>
                 <version>${cxf.littleproxy.version}</version>
                 <exclusions>
diff --git a/systests/jaxws/pom.xml b/systests/jaxws/pom.xml
index 8ba9a704cd..c07ff47cdd 100644
--- a/systests/jaxws/pom.xml
+++ b/systests/jaxws/pom.xml
@@ -298,7 +298,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.littleshoot</groupId>
+            <groupId>io.github.littleproxy</groupId>
             <artifactId>littleproxy</artifactId>
             <scope>test</scope>
         </dependency>
diff --git a/systests/transports/pom.xml b/systests/transports/pom.xml
index 1c20756fab..60593f4959 100644
--- a/systests/transports/pom.xml
+++ b/systests/transports/pom.xml
@@ -348,7 +348,7 @@
             <scope>test</scope>
         </dependency>
         <dependency>
-            <groupId>org.littleshoot</groupId>
+            <groupId>io.github.littleproxy</groupId>
             <artifactId>littleproxy</artifactId>
             <scope>test</scope>
         </dependency>

Reply via email to