This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch branch-3.4
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/branch-3.4 by this push:
new 2ff46444339 HADOOP-19738. Upgrade to hadoop-thirdparty 1.5.0 (#8055)
(#8069)
2ff46444339 is described below
commit 2ff4644433930ebde6a83f301d8cb6148493d214
Author: Steve Loughran <[email protected]>
AuthorDate: Wed Nov 12 14:36:38 2025 +0000
HADOOP-19738. Upgrade to hadoop-thirdparty 1.5.0 (#8055) (#8069)
This brings the shaded version of Guava, the one used by Hadoop, to
33.4.8-jre
Contributed by Steve Loughran
---
LICENSE-binary | 6 +++---
hadoop-project/pom.xml | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index a072260cee5..5c09abd9c76 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -228,16 +228,16 @@ com.fasterxml.uuid:java-uuid-generator:3.1.4
com.fasterxml.woodstox:woodstox-core:5.4.0
com.github.davidmoten:rxjava-extras:0.8.0.17
com.github.stephenc.jcip:jcip-annotations:1.0-1
+com.google.errorprone:error_prone_annotations:2.36.0
com.google:guice:4.0
com.google:guice-servlet:4.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.5.1
com.google.j2objc:j2objc-annotations:1.3
com.google.json-simple:json-simple:1.1.1
com.google.guava:failureaccess:1.0
-com.google.guava:guava:20.0
-com.google.guava:guava:32.0.1-jre
+com.google.guava:failureaccess:1.0.2
+com.google.guava:guava:33.4.8-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.microsoft.azure:azure-storage:7.0.0
com.nimbusds:nimbus-jose-jwt:10.4
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index 39e59f59e91..65211d64dae 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -96,7 +96,7 @@
<hadoop.protobuf.version>3.23.4</hadoop.protobuf.version>
<protoc.path>${env.HADOOP_PROTOC_PATH}</protoc.path>
- <hadoop-thirdparty.version>1.4.0</hadoop-thirdparty.version>
+ <hadoop-thirdparty.version>1.5.0</hadoop-thirdparty.version>
<hadoop-thirdparty-protobuf.version>${hadoop-thirdparty.version}</hadoop-thirdparty-protobuf.version>
<hadoop-thirdparty-guava.version>${hadoop-thirdparty.version}</hadoop-thirdparty-guava.version>
<hadoop-thirdparty-shaded-prefix>org.apache.hadoop.thirdparty</hadoop-thirdparty-shaded-prefix>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]