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

Commit fbfd259

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 e89f8c1 commit fbfd259

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

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
@@ -64,7 +64,7 @@ dependencies {
6464
// Test
6565
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
6666
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
67-
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
67+
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
6868
runtime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch()
6969
runtime 'com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ':' + getCurrentOsArch()
7070
}

snobot_sim_java/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ dependencies {
3535
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
3636
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
3737
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
38-
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
38+
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
3939
testRuntime 'edu.wpi.first.wpiutil:wpiutil-java:' + getWpiUtilVersion()
4040
testRuntime 'edu.wpi.first.ntcore:ntcore-jni:' + getNtCoreVersion() + ':' + getCurrentOsArch()
4141
testRuntime 'edu.wpi.first.cscore:cscore-jni:' + getCsCoreVersion() + ':' + getCurrentOsArch()

snobot_sim_joysticks/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ dependencies {
2727
// Test
2828
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
2929
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
30-
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
30+
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
3131
testRuntime 'edu.wpi.first.ntcore:ntcore-jni:' + getNtCoreVersion() + ':' + getCurrentOsArch()
3232
}
3333

0 commit comments

Comments
 (0)