From 8d5b97b072acc4d78f8a07ccbb6a30c952463dd1 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-engine from 5.6.2 to 5.7.0 Bumps [junit-jupiter-engine](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..f3d77cd5 100644 --- a/snobot_sim/build.gradle +++ b/snobot_sim/build.gradle @@ -41,11 +41,11 @@ dependencies { testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2' - testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' + testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0' 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' - testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' + testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testRuntime 'edu.wpi.first.hal:hal-jni:' + allwpilibVersion() + ':' + getCurrentOsArch() testRuntime 'edu.wpi.first.wpiutil:wpiutil-java:' + getWpiUtilVersion() diff --git a/snobot_sim_gui/build.gradle b/snobot_sim_gui/build.gradle index d50c6e9c..b9d96af6 100644 --- a/snobot_sim_gui/build.gradle +++ b/snobot_sim_gui/build.gradle @@ -61,7 +61,7 @@ dependencies { // Test testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2' - testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2' + testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.7.0' testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2' runtime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch() runtime 'com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ':' + getCurrentOsArch()