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

dineshc pushed a commit to branch branch-3.3
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/branch-3.3 by this push:
     new 9f8db35bf56a HADOOP-19088. Use jersey-json 1.22.0 (#6585) (#6627)
9f8db35bf56a is described below

commit 9f8db35bf56a742bd294f5ee87d9ff93c1a9b647
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Mon Mar 18 06:57:08 2024 +0100

    HADOOP-19088. Use jersey-json 1.22.0 (#6585) (#6627)
    
    Contributed by pjfanning
---
 LICENSE-binary         | 2 +-
 hadoop-project/pom.xml | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 2f81bb40a99d..31d744b19d5f 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -459,7 +459,7 @@ org.slf4j:slf4j-reload4j:1.7.35
 CDDL 1.1 + GPLv2 with classpath exception
 -----------------------------------------
 
-com.github.pjfanning:jersey-json:1.20
+com.github.pjfanning:jersey-json:1.22.0
 com.sun.jersey:jersey-client:1.19.4
 com.sun.jersey:jersey-core:1.19.4
 com.sun.jersey:jersey-guice:1.19.4
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index aede7601adcf..5b910adfecb4 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -896,7 +896,7 @@
       <dependency>
         <groupId>com.github.pjfanning</groupId>
         <artifactId>jersey-json</artifactId>
-        <version>1.20</version>
+        <version>1.22.0</version>
         <exclusions>
           <exclusion>
             <groupId>com.fasterxml.jackson.core</groupId>
@@ -2380,7 +2380,7 @@
                     <include>com.google.inject:guice:4.0</include>
                     <include>com.sun.jersey:jersey-core:1.19.4</include>
                     <include>com.sun.jersey:jersey-servlet:1.19.4</include>
-                    <include>com.github.pjfanning:jersey-json:1.20</include>
+                    <include>com.github.pjfanning:jersey-json:1.22.0</include>
                     <include>com.sun.jersey:jersey-server:1.19.4</include>
                     <include>com.sun.jersey:jersey-client:1.19.4</include>
                     <include>com.sun.jersey:jersey-grizzly2:1.19.4</include>


---------------------------------------------------------------------
To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org
For additional commands, e-mail: common-commits-h...@hadoop.apache.org

Reply via email to