Skip to content

Commit 1328291

Browse files
committed
[SPARK-33512][BUILD] Upgrade test libraries
1 parent 517b810 commit 1328291

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

dev/deps/spark-deps-hadoop-2.7-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ metrics-json/4.1.1//metrics-json-4.1.1.jar
191191
metrics-jvm/4.1.1//metrics-jvm-4.1.1.jar
192192
minlog/1.3.0//minlog-1.3.0.jar
193193
netty-all/4.1.51.Final//netty-all-4.1.51.Final.jar
194-
objenesis/2.6//objenesis-2.6.jar
194+
objenesis/3.1//objenesis-3.1.jar
195195
okhttp/3.12.12//okhttp-3.12.12.jar
196196
okio/1.14.0//okio-1.14.0.jar
197197
opencsv/2.3//opencsv-2.3.jar

dev/deps/spark-deps-hadoop-3.2-hive-2.3

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ metrics-json/4.1.1//metrics-json-4.1.1.jar
161161
metrics-jvm/4.1.1//metrics-jvm-4.1.1.jar
162162
minlog/1.3.0//minlog-1.3.0.jar
163163
netty-all/4.1.51.Final//netty-all-4.1.51.Final.jar
164-
objenesis/2.6//objenesis-2.6.jar
164+
objenesis/3.1//objenesis-3.1.jar
165165
okhttp/3.12.12//okhttp-3.12.12.jar
166166
okio/1.14.0//okio-1.14.0.jar
167167
opencsv/2.3//opencsv-2.3.jar

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@
931931
<dependency>
932932
<groupId>org.scalatest</groupId>
933933
<artifactId>scalatest_${scala.binary.version}</artifactId>
934-
<version>3.2.0</version>
934+
<version>3.2.3</version>
935935
<scope>test</scope>
936936
</dependency>
937937
<dependency>
@@ -955,14 +955,14 @@
955955
<dependency>
956956
<groupId>org.mockito</groupId>
957957
<artifactId>mockito-core</artifactId>
958-
<version>3.1.0</version>
958+
<version>3.5.15</version>
959959
<scope>test</scope>
960960
</dependency>
961961
<dependency>
962962
<groupId>org.jmock</groupId>
963963
<artifactId>jmock-junit4</artifactId>
964964
<scope>test</scope>
965-
<version>2.8.4</version>
965+
<version>2.12.0</version>
966966
</dependency>
967967
<dependency>
968968
<groupId>org.scalacheck</groupId>
@@ -973,7 +973,7 @@
973973
<dependency>
974974
<groupId>junit</groupId>
975975
<artifactId>junit</artifactId>
976-
<version>4.12</version>
976+
<version>4.13.1</version>
977977
<scope>test</scope>
978978
</dependency>
979979
<dependency>
@@ -2573,7 +2573,7 @@
25732573
<plugin>
25742574
<groupId>org.apache.maven.plugins</groupId>
25752575
<artifactId>maven-surefire-plugin</artifactId>
2576-
<version>3.0.0-M3</version>
2576+
<version>3.0.0-M5</version>
25772577
<!-- Note config is repeated in scalatest config -->
25782578
<configuration>
25792579
<includes>

0 commit comments

Comments
 (0)