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

dongjoon 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 86563169eef8 [SPARK-47940][BUILD][TESTS] Upgrade `guava` dependency to 
`33.1.0-jre` in Docker IT
86563169eef8 is described below

commit 86563169eef899040e1ec70dd9963c64311dbaa1
Author: Cheng Pan <cheng...@apache.org>
AuthorDate: Mon Apr 22 13:34:20 2024 -0700

    [SPARK-47940][BUILD][TESTS] Upgrade `guava` dependency to `33.1.0-jre` in 
Docker IT
    
    ### What changes were proposed in this pull request?
    
    This PR aims to upgrade `guava` dependency to `33.1.0-jre` in Docker 
Integration tests.
    
    ### Why are the changes needed?
    
    This is a preparation of the following PR.
    - #45372
    
    ### Does this PR introduce _any_ user-facing change?
    
    No.
    
    ### How was this patch tested?
    
    Pass the CIs.
    
    ### Was this patch authored or co-authored using generative AI tooling?
    
    No.
    
    Closes #46167 from dongjoon-hyun/SPARK-47940.
    
    Authored-by: Cheng Pan <cheng...@apache.org>
    Signed-off-by: Dongjoon Hyun <dh...@apple.com>
---
 connector/docker-integration-tests/pom.xml | 2 +-
 project/SparkBuild.scala                   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/connector/docker-integration-tests/pom.xml 
b/connector/docker-integration-tests/pom.xml
index bb7647c72491..9003c2190be2 100644
--- a/connector/docker-integration-tests/pom.xml
+++ b/connector/docker-integration-tests/pom.xml
@@ -39,7 +39,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>33.0.0-jre</version>
+      <version>33.1.0-jre</version>
       <scope>test</scope>
     </dependency>
     <dependency>
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index bcaa51ec30ff..1bcc9c893393 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -952,7 +952,7 @@ object Unsafe {
 object DockerIntegrationTests {
   // This serves to override the override specified in DependencyOverrides:
   lazy val settings = Seq(
-    dependencyOverrides += "com.google.guava" % "guava" % "33.0.0-jre"
+    dependencyOverrides += "com.google.guava" % "guava" % "33.1.0-jre"
   )
 }
 


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

Reply via email to