This is an automated email from the ASF dual-hosted git repository.
stevel pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/hadoop.git
The following commit(s) were added to refs/heads/trunk by this push:
new c7454952b7d HADOOP-19738. Upgrade to hadoop-thirdparty 1.5.0 (#8055)
c7454952b7d is described below
commit c7454952b7dd49aceb03c8a821b3bbfb09ae6d4e
Author: Steve Loughran <[email protected]>
AuthorDate: Mon Nov 10 16:57:39 2025 +0000
HADOOP-19738. Upgrade to hadoop-thirdparty 1.5.0 (#8055)
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, 3 insertions(+), 5 deletions(-)
diff --git a/LICENSE-binary b/LICENSE-binary
index 11d5678da34..96f36abdf7b 100644
--- a/LICENSE-binary
+++ b/LICENSE-binary
@@ -247,19 +247,17 @@ com.google.cloud:google-cloud-core-http:2.54.2
com.google.cloud:google-cloud-core:2.54.2
com.google.cloud:google-cloud-monitoring:3.52.0
com.google.cloud.opentelemetry:exporter-metrics:0.33.0
+com.google.errorprone:error_prone_annotations:2.32.0
com.google.errorprone:error_prone_annotations:2.36.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.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:failureaccess:1.0.2
-com.google.guava:guava:20.0
-com.google.guava:guava:32.0.1-jre
-com.google.guava:guava:33.1.0-jre
+com.google.guava:guava:33.4.8-jre
com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava
com.google.http-client:google-http-client-apache-v2:1.46.3
com.google.http-client:google-http-client-appengine:1.46.3
diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml
index ded7cba4213..9b6cc78dd19 100644
--- a/hadoop-project/pom.xml
+++ b/hadoop-project/pom.xml
@@ -98,7 +98,7 @@
<hadoop.protobuf.version>3.25.5</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]