Skip to content

Commit

Permalink
HADOOP-19216. Upgrade Guice from 4.0 to 5.1.0 to support Java 17 (apa…
Browse files Browse the repository at this point in the history
…che#6913). Contributed by Cheng Pan.

Signed-off-by: Ayush Saxena <[email protected]>
  • Loading branch information
pan3793 authored and KeeProMise committed Sep 9, 2024
1 parent 6b5a25a commit e96e350
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions hadoop-project/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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>
Expand Down

0 comments on commit e96e350

Please sign in to comment.