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

ayushsaxena pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 25e28b41cc3 HADOOP-19216. Upgrade Guice from 4.0 to 5.1.0 to support 
Java 17 (#6913). Contributed by Cheng Pan.
25e28b41cc3 is described below

commit 25e28b41cc3d4cf15dc5b793fe2b6ed7820e6c86
Author: Cheng Pan <cheng...@apache.org>
AuthorDate: Sat Jul 6 15:43:49 2024 +0800

    HADOOP-19216. Upgrade Guice from 4.0 to 5.1.0 to support Java 17 (#6913). 
Contributed by Cheng Pan.
    
    Signed-off-by: Ayush Saxena <ayushsax...@apache.org>
---
 LICENSE-binary         | 4 ++--
 hadoop-project/pom.xml | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/LICENSE-binary b/LICENSE-binary
index 42e97f48753..0b1a79672ee 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -229,8 +229,8 @@ com.fasterxml.woodstox:woodstox-core:5.4.0
 com.github.ben-manes.caffeine:caffeine:2.9.3
 com.github.davidmoten:rxjava-extras:0.8.0.17
 com.github.stephenc.jcip:jcip-annotations:1.0-1
-com.google:guice:4.0
-com.google:guice-servlet:4.0
+com.google:guice:5.1.0
+com.google:guice-servlet:5.1.0
 com.google.api.grpc:proto-google-common-protos:1.0.0
 com.google.code.gson:2.9.0
 com.google.errorprone:error_prone_annotations:2.2.0
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index be0f58aef63..47636f65851 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -109,7 +109,7 @@
     <dnsjava.version>3.4.0</dnsjava.version>
 
     <guava.version>27.0-jre</guava.version>
-    <guice.version>4.2.3</guice.version>
+    <guice.version>5.1.0</guice.version>
 
     <bouncycastle.version>1.78.1</bouncycastle.version>
 
@@ -2512,7 +2512,7 @@
                   <includes>
                     <!-- for JDK 8 support -->
                     <include>cglib:cglib:3.2.0</include>
-                    <include>com.google.inject:guice:4.0</include>
+                    <include>com.google.inject:guice:5.1.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.22.0</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