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 b4b778ea02b HADOOP-19680. Update non-thirdparty Guava version to 32.0.1 (#7940) b4b778ea02b is described below commit b4b778ea02bf4c09bc0ed1d995607baa259908b5 Author: Istvan Toth <st...@apache.org> AuthorDate: Mon Sep 15 19:56:39 2025 +0200 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 --- hadoop-project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hadoop-project/pom.xml b/hadoop-project/pom.xml index 85eede6c94a..febb35f702b 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -111,7 +111,7 @@ <findbugs.version>3.0.5</findbugs.version> <dnsjava.version>3.6.1</dnsjava.version> - <guava.version>27.0-jre</guava.version> + <guava.version>32.0.1-jre</guava.version> <guice.version>5.1.0</guice.version> <bouncycastle.version>1.78.1</bouncycastle.version> --------------------------------------------------------------------- To unsubscribe, e-mail: common-commits-unsubscr...@hadoop.apache.org For additional commands, e-mail: common-commits-h...@hadoop.apache.org