File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -191,7 +191,7 @@ metrics-json/4.1.1//metrics-json-4.1.1.jar
191191metrics-jvm/4.1.1//metrics-jvm-4.1.1.jar
192192minlog/1.3.0//minlog-1.3.0.jar
193193netty-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
195195okhttp/3.12.12//okhttp-3.12.12.jar
196196okio/1.14.0//okio-1.14.0.jar
197197opencsv/2.3//opencsv-2.3.jar
Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ metrics-json/4.1.1//metrics-json-4.1.1.jar
161161metrics-jvm/4.1.1//metrics-jvm-4.1.1.jar
162162minlog/1.3.0//minlog-1.3.0.jar
163163netty-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
165165okhttp/3.12.12//okhttp-3.12.12.jar
166166okio/1.14.0//okio-1.14.0.jar
167167opencsv/2.3//opencsv-2.3.jar
Original file line number Diff line number Diff line change 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 >
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 >
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 >
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 >
You can’t perform that action at this time.
0 commit comments