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

dongjoon pushed a commit to branch branch-3.2
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-3.2 by this push:
     new b93fa15  [SPARK-36199][BUILD] Bump scalatest-maven-plugin to 2.0.2
b93fa15 is described below

commit b93fa15ce2b86c1f4c4b1bda1f612aea947b08c8
Author: William Hyun <will...@apache.org>
AuthorDate: Sun Jul 18 22:14:24 2021 -0700

    [SPARK-36199][BUILD] Bump scalatest-maven-plugin to 2.0.2
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade scalatest-maven-plugin to version 2.0.2.
    
    ### Why are the changes needed?
    2.0.2 supports build on JDK 11 officially.
    - 
https://github.com/scalatest/scalatest-maven-plugin/commit/f45ce192f313553efc29c201593950e38f419a80
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass the CIs.
    
    Closes #33408 from williamhyun/SMP.
    
    Authored-by: William Hyun <will...@apache.org>
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
    (cherry picked from commit df8bae0689d93ece72a271ed8a3b0243ac77dca2)
    Signed-off-by: Dongjoon Hyun <dongj...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 3b32207..3054401 100644
--- a/pom.xml
+++ b/pom.xml
@@ -162,7 +162,7 @@
     <commons.collections.version>3.2.2</commons.collections.version>
     <scala.version>2.12.14</scala.version>
     <scala.binary.version>2.12</scala.binary.version>
-    <scalatest-maven-plugin.version>2.0.0</scalatest-maven-plugin.version>
+    <scalatest-maven-plugin.version>2.0.2</scalatest-maven-plugin.version>
     <scalafmt.parameters>--test</scalafmt.parameters>
     <!-- for now, not running scalafmt as part of default verify pipeline -->
     <scalafmt.skip>true</scalafmt.skip>

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

Reply via email to