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

gurwls223 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 0a4b112d87a3 [SPARK-48633][BUILD] Upgrade `scalacheck` to 1.18.0
0a4b112d87a3 is described below

commit 0a4b112d87a396c9e227035b1336a6d27b5312e5
Author: Wei Guo <[email protected]>
AuthorDate: Mon Jun 17 14:28:56 2024 +0900

    [SPARK-48633][BUILD] Upgrade `scalacheck` to 1.18.0
    
    ### What changes were proposed in this pull request?
    
    Upgrade `scalacheck` to 1.18.0.
    
    ### Why are the changes needed?
    
    There are some fixes:
    https://github.com/typelevel/scalacheck/releases/tag/v1.18.0
    https://github.com/typelevel/scalacheck/releases/tag/v1.17.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 #46992 from wayneguow/upgrade_scalacheck.
    
    Authored-by: Wei Guo <[email protected]>
    Signed-off-by: Hyukjin Kwon <[email protected]>
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index a80bb3c0a6c3..fc372ba17278 100644
--- a/pom.xml
+++ b/pom.xml
@@ -415,7 +415,7 @@
     </dependency>
     <dependency>
       <groupId>org.scalatestplus</groupId>
-      <artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
+      <artifactId>scalacheck-1-18_${scala.binary.version}</artifactId>
       <scope>test</scope>
     </dependency>
     <dependency>
@@ -1161,7 +1161,7 @@
       </dependency>
       <dependency>
         <groupId>org.scalatestplus</groupId>
-        <artifactId>scalacheck-1-17_${scala.binary.version}</artifactId>
+        <artifactId>scalacheck-1-18_${scala.binary.version}</artifactId>
         <version>3.2.18.0</version>
         <scope>test</scope>
       </dependency>
@@ -1210,7 +1210,7 @@
       <dependency>
         <groupId>org.scalacheck</groupId>
         <artifactId>scalacheck_${scala.binary.version}</artifactId>
-        <version>1.17.0</version>
+        <version>1.18.0</version>
         <scope>test</scope>
       </dependency>
       <dependency>


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to