File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -360,7 +360,7 @@ dependencies {
360360 testImplementation (' com.github.kbase:java_test_utilities:0.1.0' ) {
361361 exclude group : ' com.fasterxml.jackson.core' // don't upgrade yet, breaks tests
362362 }
363- testImplementation ' junit:junit:4.12 '
363+ testImplementation ' junit:junit:4.13.2 '
364364 testImplementation ' org.hamcrest:hamcrest-core:1.3'
365365
366366 // isolate the sdk generated code dependencies from the standard dependencies
@@ -378,7 +378,7 @@ dependencies {
378378 generatedCodeClasspath ' javax.annotation:javax.annotation-api:1.3.2'
379379 generatedCodeClasspath ' javax.servlet:servlet-api:2.5'
380380 generatedCodeClasspath ' joda-time:joda-time:2.2'
381- generatedCodeClasspath ' junit:junit:4.12 '
381+ generatedCodeClasspath ' junit:junit:4.13.2 '
382382 generatedCodeClasspath ' net.java.dev.jna:jna:3.4.0'
383383 generatedCodeClasspath ' org.eclipse.jetty.aggregate:jetty-all:7.0.0.v20091005'
384384 generatedCodeClasspath ' org.hamcrest:hamcrest-core:1.3'
You can’t perform that action at this time.
0 commit comments