This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,12 +39,12 @@ dependencies {
39
39
testCompile " com.revrobotics.frc:SparkMax-java:" + getRevRoboticsVersion()
40
40
41
41
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 '
43
43
44
44
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
45
45
testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2'
46
46
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 '
48
48
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
49
49
50
50
testRuntime ' edu.wpi.first.hal:hal-jni:' + allwpilibVersion() + ' :' + getCurrentOsArch()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
compile ' org.apache.logging.log4j:log4j-api:' + getLog4jVersion()
11
11
compile ' org.apache.logging.log4j:log4j-core:' + getLog4jVersion()
12
12
13
- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.5.2 '
13
+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.7.0 '
14
14
}
15
15
16
16
jar {
You can’t perform that action at this time.
0 commit comments