You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by gu...@apache.org on 2022/07/22 00:30:37 UTC

[spark] branch master updated: [SPARK-39826][BUILD] Bump scalatest-maven-plugin to 2.1.0

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 84b681b9949 [SPARK-39826][BUILD] Bump scalatest-maven-plugin to 2.1.0
84b681b9949 is described below

commit 84b681b9949356b63e53f4f4dddbadd708fa6136
Author: panbingkun <pb...@gmail.com>
AuthorDate: Fri Jul 22 09:30:26 2022 +0900

    [SPARK-39826][BUILD] Bump scalatest-maven-plugin to 2.1.0
    
    ### What changes were proposed in this pull request?
    This PR aims to upgrade scalatest-maven-plugin to version 2.1.0.
    
    ### Why are the changes needed?
    The last upgrade occurred 1 year ago.
    release note:
    > https://github.com/scalatest/scalatest-maven-plugin/releases/tag/release-2.1.0
    
    v2.0.2 VS v2.1.0
    > https://github.com/scalatest/scalatest-maven-plugin/compare/v2.0.2...release-2.1.0
    
    compile with scala 2.12.16
    https://github.com/scalatest/scalatest-maven-plugin/blob/master/pom.xml#L22~L24
    https://github.com/scalatest/scalatest-maven-plugin/blob/master/pom.xml#L116~L121
    
    ### Does this PR introduce _any_ user-facing change?
    No.
    
    ### How was this patch tested?
    Pass GA.
    
    Closes #37237 from panbingkun/bump_scalatest-maven-plugin.
    
    Authored-by: panbingkun <pb...@gmail.com>
    Signed-off-by: Hyukjin Kwon <gu...@apache.org>
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 92478468749..40d82261e43 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
     <commons.collections4.version>4.4</commons.collections4.version>
     <scala.version>2.12.16</scala.version>
     <scala.binary.version>2.12</scala.binary.version>
-    <scalatest-maven-plugin.version>2.0.2</scalatest-maven-plugin.version>
+    <scalatest-maven-plugin.version>2.1.0</scalatest-maven-plugin.version>
     <!--
       This needs to be managed in different profiles to avoid
       errors building different Hadoop versions.


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