From b4766ff65c204051caad216bb39e6acbbca824b8 Mon Sep 17 00:00:00 2001 From: panbingkun Date: Wed, 14 Jun 2023 22:15:27 +0800 Subject: [PATCH] [SPARK-44047][CONNECT][BUILD] Upgrade google guava for connect from 31.0.1-jre to 32.0.1-jre ### What changes were proposed in this pull request? The pr aims to upgrade google guava for connect from 31.0.1-jre to 32.0.1-jre. ### Why are the changes needed? Release notes: - https://github.com/google/guava/releases/tag/v32.0.1 - https://github.com/google/guava/releases/tag/v32.0.0 Security fixes Reimplemented Files.createTempDir and FileBackedOutputStream to further address https://github.com/google/guava/issues/4011 and https://github.com/google/guava/issues/2575 (CVE-2023-2976, forthcoming). (https://github.com/google/guava/commit/feb83a1c8fd2e7670b244d5afd23cba5aca43284) - https://github.com/google/guava/releases/tag/v31.1 ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA. Closes #41581 from panbingkun/SPARK-44047. Authored-by: panbingkun Signed-off-by: yangjie01 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 628fdbf1d3e82..8f89a5736f131 100644 --- a/pom.xml +++ b/pom.xml @@ -278,7 +278,7 @@ true - 31.0.1-jre + 32.0.1-jre 1.0.1 1.47.0 1.1.2