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

Commit 6b4bcee

Browse files
Bump junit-jupiter-params from 5.6.2 to 5.7.0
Bumps [junit-jupiter-params](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] <[email protected]>
1 parent 1d72f52 commit 6b4bcee

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

snobot_sim/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,12 @@ dependencies {
3939
testCompile "com.revrobotics.frc:SparkMax-java:" + getRevRoboticsVersion()
4040

4141
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
42-
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
42+
testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.0'
4343

4444
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
4545
testRuntime 'org.junit.platform:junit-platform-launcher:1.6.2'
4646
testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.2'
47-
testCompile 'org.junit.jupiter:junit-jupiter-params:5.6.2'
47+
testCompile 'org.junit.jupiter:junit-jupiter-params:5.7.0'
4848
testRuntime 'org.junit.jupiter:junit-jupiter-engine:5.6.2'
4949

5050
testRuntime 'edu.wpi.first.hal:hal-jni:' + allwpilibVersion() + ':' + getCurrentOsArch()

snobot_sim_utilities/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ dependencies {
1010
compile 'org.apache.logging.log4j:log4j-api:' + getLog4jVersion()
1111
compile 'org.apache.logging.log4j:log4j-core:' + getLog4jVersion()
1212

13-
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.5.2'
13+
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.7.0'
1414
}
1515

1616
jar {

0 commit comments

Comments
 (0)