This is an automated email from the ASF dual-hosted git repository. slfan1989 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 7bc1ac31169 HADOOP-19680. Update non-thirdparty Guava version to 32.0.1 (#7977) Contributed by Istvan Toth. 7bc1ac31169 is described below commit 7bc1ac3116993c40b5c7244244908fc3a65291b9 Author: Istvan Toth <st...@apache.org> AuthorDate: Fri Sep 19 02:40:20 2025 +0200 HADOOP-19680. Update non-thirdparty Guava version to 32.0.1 (#7977) Contributed by Istvan Toth. 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. Signed-off-by: Shilun Fan <slfan1...@apache.org> --- 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 d33c1cf961c..aa534223290 100644 --- a/hadoop-project/pom.xml +++ b/hadoop-project/pom.xml @@ -108,7 +108,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>4.2.3</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