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

Commit

Permalink
Bump junit-jupiter-api from 5.6.2 to 5.7.0
Browse files Browse the repository at this point in the history
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](junit-team/junit5@r5.6.2...r5.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Oct 1, 2020
1 parent e89f8c1 commit 7eb7b76
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions snobot_sim/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'

Expand Down
2 changes: 1 addition & 1 deletion snobot_sim_gui/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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()
Expand Down
2 changes: 1 addition & 1 deletion snobot_sim_java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ dependencies {
testRuntime 'com.snobot.simulator:ctre_sim_override:' + getCtreSimVersion() + ':' + getCurrentOsArch()
testRuntime 'com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ':' + getCurrentOsArch()

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'
Expand Down
2 changes: 1 addition & 1 deletion snobot_sim_joysticks/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ dependencies {
compile project(":snobot_sim_utilities")

// 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'
testRuntime 'edu.wpi.first.ntcore:ntcore-jni:' + getNtCoreVersion() + ':' + getCurrentOsArch()
Expand Down

0 comments on commit 7eb7b76

Please sign in to comment.