Skip to content

Commit 2b62ad2

Browse files
committed
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 <ayushsaxena@apache.org>
1 parent fc86a52 commit 2b62ad2

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

LICENSE-binary

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -228,8 +228,8 @@ com.fasterxml.uuid:java-uuid-generator:3.1.4
228228
com.fasterxml.woodstox:woodstox-core:5.4.0
229229
com.github.davidmoten:rxjava-extras:0.8.0.17
230230
com.github.stephenc.jcip:jcip-annotations:1.0-1
231-
com.google:guice:4.0
232-
com.google:guice-servlet:4.0
231+
com.google:guice:5.1.0
232+
com.google:guice-servlet:5.1.0
233233
com.google.api.grpc:proto-google-common-protos:1.0.0
234234
com.google.code.gson:2.9.0
235235
com.google.errorprone:error_prone_annotations:2.2.0

hadoop-project/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
<dnsjava.version>3.4.0</dnsjava.version>
110110

111111
<guava.version>27.0-jre</guava.version>
112-
<guice.version>4.2.3</guice.version>
112+
<guice.version>5.1.0</guice.version>
113113

114114
<bouncycastle.version>1.78.1</bouncycastle.version>
115115

@@ -2490,7 +2490,7 @@
24902490
<includes>
24912491
<!-- for JDK 8 support -->
24922492
<include>cglib:cglib:3.2.0</include>
2493-
<include>com.google.inject:guice:4.0</include>
2493+
<include>com.google.inject:guice:5.1.0</include>
24942494
<include>com.sun.jersey:jersey-core:1.19.4</include>
24952495
<include>com.sun.jersey:jersey-servlet:1.19.4</include>
24962496
<include>com.github.pjfanning:jersey-json:1.22.0</include>

0 commit comments

Comments
 (0)