From 4d807af5d752eff440971ecf7b3029a8c0882a9d Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Sat, 14 Nov 2020 02:41:21 +0000 Subject: [PATCH] Bump junit-jupiter-api from 5.6.2 to 5.7.0 Bumps [junit-jupiter-api](https://github.com/junit-team/junit5) from 5.6.2 to 5.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/compare/r5.6.2...r5.7.0) Signed-off-by: dependabot-preview[bot] --- snobot_sim/build.gradle | 4 ++-- snobot_sim_gui/build.gradle | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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()