diff --git a/snobot_sim/build.gradle b/snobot_sim/build.gradle index 88d61536..1489b340 100644 --- a/snobot_sim/build.gradle +++ b/snobot_sim/build.gradle @@ -39,12 +39,12 @@ dependencies { testCompile "com.revrobotics.frc:SparkMax-java:" + getRevRoboticsVersion() testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' - testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' + testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.0' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2' testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' - testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' + testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.0' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' testRuntime 'edu.wpi.first.hal:hal-jni:' + allwpilibVersion() + ':' + getCurrentOsArch() diff --git a/snobot_sim_utilities/build.gradle b/snobot_sim_utilities/build.gradle index 1766d061..61bad505 100644 --- a/snobot_sim_utilities/build.gradle +++ b/snobot_sim_utilities/build.gradle @@ -10,7 +10,7 @@ dependencies { compile 'org.apache.logging.log4j:log4j-api:' + getLog4jVersion() compile 'org.apache.logging.log4j:log4j-core:' + getLog4jVersion() - testImplementation 'org.junit.jupiter:junit-jupiter-params:5.5.2' + testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0' } jar {