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

Commit

Permalink
Bump junit-platform-launcher from 1.6.2 to 1.7.0
Browse files Browse the repository at this point in the history
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]>
dependabot-preview[bot] authored Nov 14, 2020
1 parent 1d72f52 commit 7a025cd
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dependabot_helper/build.gradle
Original file line number Diff line number Diff line change
@@ -13,7 +13,7 @@ dependencies {
compile 'org.yaml:snakeyaml:1.27'
compile 'net.java.jinput:jinput:2.0.9'
compile 'org.junit.jupiter:junit-jupiter-engine:5.7.0'
compile 'org.junit.platform:junit-platform-launcher:1.6.2'
compile 'org.junit.platform:junit-platform-launcher:1.7.0'
compile 'edu.wpi.first.thirdparty.frc2020.opencv:opencv-java:3.4.7-2'

compile "com.ctre.phoenix:api-java:5.17.2"
2 changes: 1 addition & 1 deletion snobot_sim/build.gradle
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ dependencies {
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'
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
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'
2 changes: 1 addition & 1 deletion snobot_sim_gui/build.gradle
Original file line number Diff line number Diff line change
@@ -62,7 +62,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.platform:junit-platform-launcher:1.6.2'
testRuntime 'org.junit.platform:junit-platform-launcher:1.7.0'
runtime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch()
runtime 'com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ':' + getCurrentOsArch()
}

0 comments on commit 7a025cd

Please sign in to comment.