diff --git a/snobot_sim/build.gradle b/snobot_sim/build.gradle index 88d61536..e4512070 100644 --- a/snobot_sim/build.gradle +++ b/snobot_sim/build.gradle @@ -38,12 +38,12 @@ dependencies { testCompile "com.kauailabs.navx.frc:navx-java:" + getNavxVersion() testCompile "com.revrobotics.frc:SparkMax-java:" + getRevRoboticsVersion() - testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' + testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0' testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' 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-api:5.7.0' testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' diff --git a/snobot_sim_gui/build.gradle b/snobot_sim_gui/build.gradle index d50c6e9c..8f3af3a7 100644 --- a/snobot_sim_gui/build.gradle +++ b/snobot_sim_gui/build.gradle @@ -60,7 +60,7 @@ dependencies { } // Test - testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' + testCompile 'org.junit.jupiter:junit-jupiter-api:5.7.0' testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2' runtime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch()