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

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


The following commit(s) were added to refs/heads/branch-3.4 by this push:
     new 66b0edf7d65e HADOOP-19088. Use jersey-json 1.22.0 (#6585) (#6626)
66b0edf7d65e is described below

commit 66b0edf7d65e99ef6647dbb953fe65dc626ac328
Author: PJ Fanning <pjfann...@users.noreply.github.com>
AuthorDate: Tue Mar 26 06:20:57 2024 +0100

    HADOOP-19088. Use jersey-json 1.22.0 (#6585) (#6626)
    
    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 eec6fa9bf6ce..fcbff70a19fe 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -499,7 +499,7 @@ org.slf4j:slf4j-reload4j:1.7.36
 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 e75aedbc6222..7f91be82e38b 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -930,7 +930,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>
@@ -2488,7 +2488,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