This is an automated email from the ASF dual-hosted git repository.

yao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/master by this push:
     new 745d602940a7 [SPARK-48876][BUILD] Upgrade Guava used by the connect 
module to 33.2.1-jre
745d602940a7 is described below

commit 745d602940a74790b0356da09f4d0e773f0739d5
Author: yangjie01 <yangji...@baidu.com>
AuthorDate: Fri Jul 12 17:01:39 2024 +0800

    [SPARK-48876][BUILD] Upgrade Guava used by the connect module to 33.2.1-jre
    
    ### What changes were proposed in this pull request?
    The pr aims to upgrade Guava used by the `connect` module to `33.2.1-jre`.
    
    ### Why are the changes needed?
    The new version bring some fixes and changes as follows:
    - Changed InetAddress-String conversion methods to preserve the IPv6 scope 
ID if present. The scope ID can be necessary for IPv6-capable devices with 
multiple network interfaces.
    - Added HttpHeaders constants Ad-Auction-Allowed, 
Permissions-Policy-Report-Only, and Sec-GPC
    - Fixed a potential NullPointerException in ImmutableMap.Builder on a rare 
code path。
    
    The full release notes:
    - https://github.com/google/guava/releases/tag/v33.2.0
    - https://github.com/google/guava/releases/tag/v33.2.1
    
    ### 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 #47296 from LuciferYang/connect-guava-33.2.1.
    
    Authored-by: yangjie01 <yangji...@baidu.com>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index afeb46e2450a..a70b4eae4442 100644
--- a/pom.xml
+++ b/pom.xml
@@ -288,7 +288,7 @@
     
<spark.test.docker.removePulledImage>true</spark.test.docker.removePulledImage>
 
     <!-- Version used in Connect -->
-    <connect.guava.version>33.1.0-jre</connect.guava.version>
+    <connect.guava.version>33.2.1-jre</connect.guava.version>
     <guava.failureaccess.version>1.0.2</guava.failureaccess.version>
     <io.grpc.version>1.62.2</io.grpc.version>
     <mima.version>1.1.3</mima.version>


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to