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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 6c49fbf13c Bump org.glassfish.jersey.core:jersey-client in 
/tck/cxf-tck (#2739)
6c49fbf13c is described below

commit 6c49fbf13cc9ac0a484ad8333a153d3ead4853e3
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Nov 22 15:12:35 2025 -0500

    Bump org.glassfish.jersey.core:jersey-client in /tck/cxf-tck (#2739)
    
    Bumps org.glassfish.jersey.core:jersey-client from 3.1.3 to 3.1.10.
    
    ---
    updated-dependencies:
    - dependency-name: org.glassfish.jersey.core:jersey-client
      dependency-version: 3.1.10
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 tck/cxf-tck/lib/jersey-client-3.1.10.jar | Bin 0 -> 306292 bytes
 tck/cxf-tck/lib/jersey-client-3.1.3.jar  | Bin 302120 -> 0 bytes
 tck/cxf-tck/pom.xml                      |   6 +++---
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/tck/cxf-tck/lib/jersey-client-3.1.10.jar 
b/tck/cxf-tck/lib/jersey-client-3.1.10.jar
new file mode 100644
index 0000000000..bb7ee5b928
Binary files /dev/null and b/tck/cxf-tck/lib/jersey-client-3.1.10.jar differ
diff --git a/tck/cxf-tck/lib/jersey-client-3.1.3.jar 
b/tck/cxf-tck/lib/jersey-client-3.1.3.jar
deleted file mode 100644
index c3f24982b9..0000000000
Binary files a/tck/cxf-tck/lib/jersey-client-3.1.3.jar and /dev/null differ
diff --git a/tck/cxf-tck/pom.xml b/tck/cxf-tck/pom.xml
index 84398f5be0..b8be2367a4 100644
--- a/tck/cxf-tck/pom.xml
+++ b/tck/cxf-tck/pom.xml
@@ -201,7 +201,7 @@
         <dependency>
             <groupId>org.glassfish.jersey.core</groupId>
             <artifactId>jersey-common</artifactId>
-            <version>3.1.3</version>
+            <version>3.1.10</version>
         </dependency>
 
         <!--
@@ -213,9 +213,9 @@
         <dependency>
             <groupId>org.glassfish.jersey.core</groupId>
             <artifactId>jersey-client</artifactId>
-            <version>3.1.3</version>
+            <version>3.1.10</version>
             <scope>system</scope>
-            
<systemPath>${project.basedir}/lib/jersey-client-3.1.3.jar</systemPath>
+            
<systemPath>${project.basedir}/lib/jersey-client-3.1.10.jar</systemPath>
         </dependency>
     </dependencies>
 

Reply via email to