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 785f1bb19a6 [SPARK-42055][BUILD] Upgrade scalatest-maven-plugin to
2.2.0
785f1bb19a6 is described below
commit 785f1bb19a6ecf2bcac6eb08666fc69820c61480
Author: panbingkun <[email protected]>
AuthorDate: Fri Jan 13 07:15:55 2023 -0800
[SPARK-42055][BUILD] Upgrade scalatest-maven-plugin to 2.2.0
### What changes were proposed in this pull request?
The pr aims to upgrade scalatest-maven-plugin from 2.1.0 to 2.2.0
### Why are the changes needed?
Release notes:
https://github.com/scalatest/scalatest-maven-plugin/releases/tag/release-2.2.0
<img width="513" alt="image"
src="https://user-images.githubusercontent.com/15246973/212302923-c534de0d-f3a3-4e7d-9b11-5b92782552e4.png">
### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Pass GA.
Closes #39554 from panbingkun/SPARK-42055.
Authored-by: panbingkun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4e68c69f01a..49245490d97 100644
--- a/pom.xml
+++ b/pom.xml
@@ -170,7 +170,7 @@
<commons.collections4.version>4.4</commons.collections4.version>
<scala.version>2.12.17</scala.version>
<scala.binary.version>2.12</scala.binary.version>
- <scalatest-maven-plugin.version>2.1.0</scalatest-maven-plugin.version>
+ <scalatest-maven-plugin.version>2.2.0</scalatest-maven-plugin.version>
<!--
This needs to be managed in different profiles to avoid
errors building different Hadoop versions.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]