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 Nov 14, 2020
1 parent 1d72f52 commit 4d807af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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 @@ -60,7 +60,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

0 comments on commit 4d807af

Please sign in to comment.