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

Bump junit-jupiter-api from 5.6.2 to 5.7.0 #195

Open
wants to merge 1 commit into
base: dependabot_prs
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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