Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion LICENSE-binary
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
This project bundles some components that are also licensed under the Apache
License Version 2.0:

com.google.guava:guava:jar:33.4.8-jre
com.google.guava:guava:jar:33.5.0-jre
com.google.guava:failureaccess:jar:1.0.3
org.jspecify:jspecify:jar:1.0.0
com.google.errorprone:error_prone_annotations:jar:2.36.0
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
<shaded.prefix>org.apache.hadoop.thirdparty</shaded.prefix>
<protobuf.shade.prefix>${shaded.prefix}.protobuf</protobuf.shade.prefix>
<protobuf_3.version>3.25.5</protobuf_3.version>
<guava.version>33.4.8-jre</guava.version>
<guava.version>33.5.0-jre</guava.version>
<!-- previous versions of guava included this, but they've stopped it. We reinsert it to the shaded guava artifact-->
<checkerframework.version>3.51.1</checkerframework.version>
<avro.version>1.11.4</avro.version>
Expand Down
2 changes: 1 addition & 1 deletion src/site/markdown/index.md.vm
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Following are relocations under *hadoop-shaded-protobuf_3_25* artifact:

Guava
-------------
Google Guava's 33.4.8 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-guava* artifact.
Google Guava's 33.5.0 jar is available as *org.apache.hadoop.thirdparty:hadoop-shaded-guava* artifact.

Following are relocations under *hadoop-shaded-guava* artifact:

Expand Down