Skip to content

Commit fdcbc8c

Browse files
LuciferYangdongjoon-hyun
authored andcommitted
[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 apache#36478 from LuciferYang/SPARK-39123. Authored-by: yangjie01 <yangjie01@baidu.com> Signed-off-by: Dongjoon Hyun <dongjoon@apache.org>
1 parent a24dfd6 commit fdcbc8c

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@
402402
</dependency>
403403
<dependency>
404404
<groupId>org.scalatestplus</groupId>
405-
<artifactId>mockito-4-2_${scala.binary.version}</artifactId>
405+
<artifactId>mockito-4-5_${scala.binary.version}</artifactId>
406406
<scope>test</scope>
407407
</dependency>
408408
<dependency>
@@ -1143,8 +1143,8 @@
11431143
</dependency>
11441144
<dependency>
11451145
<groupId>org.scalatestplus</groupId>
1146-
<artifactId>mockito-4-2_${scala.binary.version}</artifactId>
1147-
<version>3.2.11.0</version>
1146+
<artifactId>mockito-4-5_${scala.binary.version}</artifactId>
1147+
<version>3.2.12.0</version>
11481148
<scope>test</scope>
11491149
</dependency>
11501150
<dependency>
@@ -1156,13 +1156,13 @@
11561156
<dependency>
11571157
<groupId>org.mockito</groupId>
11581158
<artifactId>mockito-core</artifactId>
1159-
<version>4.2.0</version>
1159+
<version>4.5.1</version>
11601160
<scope>test</scope>
11611161
</dependency>
11621162
<dependency>
11631163
<groupId>org.mockito</groupId>
11641164
<artifactId>mockito-inline</artifactId>
1165-
<version>4.2.0</version>
1165+
<version>4.5.1</version>
11661166
<scope>test</scope>
11671167
</dependency>
11681168
<dependency>

0 commit comments

Comments
 (0)