File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ repositories {
1414}
1515
1616dependencies {
17- val wpiVersion = " 2022.2 .1"
18- val slf4jVersion = " 1.7.33 "
17+ val wpiVersion = " 2022.4 .1"
18+ val slf4jVersion = " 1.7.36 "
1919 val junitVersion = " 5.8.2"
2020 // This dependency is used internally, and not exposed to consumers on their own compile classpath.
2121 implementation(" com.squareup.moshi:moshi:1.13.0" )
2222 implementation(" edu.wpi.first.ntcore:ntcore-java:$wpiVersion " )
2323 implementation(" org.slf4j:slf4j-api:$slf4jVersion " )
24- implementation(" org.jetbrains:annotations:22 .0.0" )
24+ implementation(" org.jetbrains:annotations:23 .0.0" )
2525
2626
2727 // Use JUnit Jupiter API for testing.
@@ -33,7 +33,7 @@ dependencies {
3333 testRuntimeOnly(" edu.wpi.first.ntcore:ntcore-jni:$wpiVersion :osxx86-64" )
3434 testRuntimeOnly(" edu.wpi.first.ntcore:ntcore-jni:$wpiVersion :linuxx86-64" )
3535 testRuntimeOnly(" edu.wpi.first.wpiutil:wpiutil-java:$wpiVersion " )
36- testRuntimeOnly(" ch.qos.logback:logback-classic:1.2.10 " )
36+ testRuntimeOnly(" ch.qos.logback:logback-classic:1.2.11 " )
3737}
3838
3939java {
You can’t perform that action at this time.
0 commit comments