Skip to content

Commit b4b778e

Browse files
authored
HADOOP-19680. Update non-thirdparty Guava version to 32.0.1 (#7940)
The unshaded guava version bundled in Hadoop is now set to 32.0.1. As the version of guava used in hadoop is the shaded hadoop-thirdparty copy, this change only affects libraries used by hadoop (excluding curator, which uses its own shaded copy), and any downstream applications. Contributed by Istvan Toth
1 parent 615f4fe commit b4b778e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hadoop-project/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
<findbugs.version>3.0.5</findbugs.version>
112112
<dnsjava.version>3.6.1</dnsjava.version>
113113

114-
<guava.version>27.0-jre</guava.version>
114+
<guava.version>32.0.1-jre</guava.version>
115115
<guice.version>5.1.0</guice.version>
116116

117117
<bouncycastle.version>1.78.1</bouncycastle.version>

0 commit comments

Comments
 (0)