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 a3e7bad7c16d [SPARK-46529][TESTS] Upgrade guava from 18.0 to 19.0 for 
`docker-integration-tests`
a3e7bad7c16d is described below

commit a3e7bad7c16dffcacd932c19cab8d5e07d36ed0e
Author: Kent Yao <y...@apache.org>
AuthorDate: Thu Dec 28 14:45:51 2023 +0800

    [SPARK-46529][TESTS] Upgrade guava from 18.0 to 19.0 for 
`docker-integration-tests`
    
    ### What changes were proposed in this pull request?
    
    This PR upgrades guava from 18.0 to 19.0 for docker-integration-tests as 
preparation for https://github.com/apache/spark/pull/44509
    
    ### Why are the changes needed?
    
    requested by dongjoon-hyun as a separated PR at 
https://github.com/apache/spark/pull/44509/files#r1437220177
    
    ### Does this PR introduce _any_ user-facing change?
    
    no
    ### How was this patch tested?
    
    existing docker it
    ### Was this patch authored or co-authored using generative AI tooling?
    
    no
    
    Closes #44517 from yaooqinn/SPARK-46529.
    
    Authored-by: Kent Yao <y...@apache.org>
    Signed-off-by: Kent Yao <y...@apache.org>
---
 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 ac8d2990c0e6..3f73177d7dd4 100644
--- a/connector/docker-integration-tests/pom.xml
+++ b/connector/docker-integration-tests/pom.xml
@@ -55,7 +55,7 @@
     <dependency>
       <groupId>com.google.guava</groupId>
       <artifactId>guava</artifactId>
-      <version>18.0</version>
+      <version>19.0</version>
     </dependency>
     <dependency>
       <groupId>org.apache.spark</groupId>
diff --git a/project/SparkBuild.scala b/project/SparkBuild.scala
index db546dcdd5bb..ac86aeee3d28 100644
--- a/project/SparkBuild.scala
+++ b/project/SparkBuild.scala
@@ -946,7 +946,7 @@ object Unsafe {
 object DockerIntegrationTests {
   // This serves to override the override specified in DependencyOverrides:
   lazy val settings = Seq(
-    dependencyOverrides += "com.google.guava" % "guava" % "18.0"
+    dependencyOverrides += "com.google.guava" % "guava" % "19.0"
   )
 }
 


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

Reply via email to