From 2dba72100e0326f1889ff0be2dc576b1e712ad15 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Sun, 17 Mar 2024 13:52:14 -0700 Subject: [PATCH] [SPARK-47426][BUILD] Upgrade Guava used by the connect module to `33.1.0-jre` ### What changes were proposed in this pull request? The pr aims to upgrade Guava used by the `connect` module to `33.1.0-jre`. ### Why are the changes needed? - The new version bring some bug fixes and optimizations as follows: cache: Fixed a bug that could cause https://github.com/google/guava/pull/6851#issuecomment-1931276822. hash: Optimized Checksum-based hash functions for Java 9+. - The full release notes: https://github.com/google/guava/releases/tag/v33.1.0 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. ### Was this patch authored or co-authored using generative AI tooling? No. Closes #45540 from panbingkun/SPARK-47426. Authored-by: panbingkun Signed-off-by: Dongjoon Hyun --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index d67ab1c012739..757d911c12290 100644 --- a/pom.xml +++ b/pom.xml @@ -288,7 +288,7 @@ true - 33.0.0-jre + 33.1.0-jre 1.0.2 1.62.2 1.1.3