Skip to content

Commit 2dba721

Browse files
panbingkundongjoon-hyun
authored andcommitted
[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 google/guava#6851 (comment). 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 <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 714feb7 commit 2dba721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@
288288
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>
289289

290290
<!-- Version used in Connect -->
291-
<connect.guava.version>33.0.0-jre</connect.guava.version>
291+
<connect.guava.version>33.1.0-jre</connect.guava.version>
292292
<guava.failureaccess.version>1.0.2</guava.failureaccess.version>
293293
<io.grpc.version>1.62.2</io.grpc.version>
294294
<mima.version>1.1.3</mima.version>

0 commit comments

Comments
 (0)