This repository was archived by the owner on Jan 15, 2021. It is now read-only.
File tree 3 files changed +4
-4
lines changed
3 files changed +4
-4
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 @@ -33,7 +33,7 @@ dependencies {
33
33
testRuntime ' com.snobot.simulator:rev_simulator:' + getRevRoboticsSimVersion() + ' :' + getCurrentOsArch()
34
34
35
35
testCompile ' org.junit.jupiter:junit-jupiter-api:5.6.2'
36
- testCompile ' org.junit.jupiter:junit-jupiter-params:5.6.2 '
36
+ testCompile ' org.junit.jupiter:junit-jupiter-params:5.7.0 '
37
37
testRuntime ' org.junit.jupiter:junit-jupiter-engine:5.6.2'
38
38
testRuntime ' org.junit.platform:junit-platform-launcher:1.6.2'
39
39
testRuntime ' edu.wpi.first.wpiutil:wpiutil-java:' + getWpiUtilVersion()
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
10
10
compile ' org.apache.logging.log4j:log4j-api:2.13.3'
11
11
compile ' org.apache.logging.log4j:log4j-core:2.12.1'
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