Skip to content
This repository was archived by the owner on Jan 15, 2021. It is now read-only.

Commit 7a025cd

Browse files
Bump junit-platform-launcher from 1.6.2 to 1.7.0
Bumps [junit-platform-launcher](https://github.com/junit-team/junit5) from 1.6.2 to 1.7.0. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) Signed-off-by: dependabot-preview[bot] <[email protected]>
1 parent 1d72f52 commit 7a025cd

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

dependabot_helper/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
compile 'org.yaml:snakeyaml:1.27'
1414
compile 'net.java.jinput:jinput:2.0.9'
1515
compile 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
16-
compile 'org.junit.platform:junit-platform-launcher:1.6.2'
16+
compile 'org.junit.platform:junit-platform-launcher:1.7.0'
1717
compile 'edu.wpi.first.thirdparty.frc2020.opencv:opencv-java:3.4.7-2'
1818

1919
compile "com.ctre.phoenix:api-java:5.17.2"

snobot_sim/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ dependencies {
4242
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
4343

4444
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
45-
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
45+
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
4646
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
4747
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
4848
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'

snobot_sim_gui/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ dependencies {
6262
// Test
6363
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
6464
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
65-
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
65+
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
6666
runtime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch()
6767
runtime 'com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ':' + getCurrentOsArch()
6868
}

0 commit comments

Comments
 (0)