Skip to content

Commit 657e37c

Browse files
committed
Bump dependencies in /client
1 parent d8d7033 commit 657e37c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

client/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,14 @@ repositories {
1414
}
1515

1616
dependencies {
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

3939
java {

0 commit comments

Comments
 (0)