diff --git a/shared/java/javacommon.gradle b/shared/java/javacommon.gradle index 32078f8f10..f5813328cd 100644 --- a/shared/java/javacommon.gradle +++ b/shared/java/javacommon.gradle @@ -117,9 +117,8 @@ tasks.withType(JavaCompile).configureEach { } dependencies { - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' devImplementation sourceSets.main.output } diff --git a/wpilibjExamples/build.gradle b/wpilibjExamples/build.gradle index d5f71e9840..0d1aabde3d 100644 --- a/wpilibjExamples/build.gradle +++ b/wpilibjExamples/build.gradle @@ -25,9 +25,8 @@ dependencies { implementation project(':romiVendordep') implementation project(':xrpVendordep') - testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0' - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.0' - testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.0' + testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1' + testRuntimeOnly 'org.junit.platform:junit-platform-launcher' } jacoco {