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 fdcbc8c6f23 [SPARK-39123][BUILD] Upgrade `org.scalatestplus:mockito`
to 3.2.12.0
fdcbc8c6f23 is described below
commit fdcbc8c6f23dc22689463f62f37c480f4cacf8b1
Author: yangjie01 <[email protected]>
AuthorDate: Sat May 7 17:48:46 2022 -0700
[SPARK-39123][BUILD] Upgrade `org.scalatestplus:mockito` to 3.2.12.0
### What changes were proposed in this pull request?
This pr aims to upgrade
`org.scalatestplus:mockito-4-2_${scala.binary.version}:3.2.11.0` to
`org.scalatestplus:mockito-4-5_${scala.binary.version}:3.2.12.0` and mockito
from 4.2.0 to 4.5.1.
### Why are the changes needed?
Upgrade `org.scalatestplus:mockito` to use mockito 4.5.1, the upgrade of
the `mockito`only brought some bug fixes of itself:
- https://github.com/mockito/mockito/releases/tag/v4.3.0
- https://github.com/mockito/mockito/releases/tag/v4.3.1
- https://github.com/mockito/mockito/releases/tag/v4.4.0
- https://github.com/mockito/mockito/releases/tag/v4.5.0
- https://github.com/mockito/mockito/releases/tag/v4.5.1
### Does this PR introduce _any_ user-facing change?
No
### How was this patch tested?
Pass GA
Closes #36478 from LuciferYang/SPARK-39123.
Authored-by: yangjie01 <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
pom.xml | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/pom.xml b/pom.xml
index 6081f700b62..319d12a07ee 100644
--- a/pom.xml
+++ b/pom.xml
@@ -402,7 +402,7 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
- <artifactId>mockito-4-2_${scala.binary.version}</artifactId>
+ <artifactId>mockito-4-5_${scala.binary.version}</artifactId>
<scope>test</scope>
</dependency>
<dependency>
@@ -1143,8 +1143,8 @@
</dependency>
<dependency>
<groupId>org.scalatestplus</groupId>
- <artifactId>mockito-4-2_${scala.binary.version}</artifactId>
- <version>3.2.11.0</version>
+ <artifactId>mockito-4-5_${scala.binary.version}</artifactId>
+ <version>3.2.12.0</version>
<scope>test</scope>
</dependency>
<dependency>
@@ -1156,13 +1156,13 @@
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-core</artifactId>
- <version>4.2.0</version>
+ <version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-inline</artifactId>
- <version>4.2.0</version>
+ <version>4.5.1</version>
<scope>test</scope>
</dependency>
<dependency>
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]