Skip to content

Commit 5793271

Browse files
committed
[choreolib] Upgrade to GSON 2.11.0
Fixes #872.
1 parent 3618705 commit 5793271

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

choreolib/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ dependencies {
5050
api "com.fasterxml.jackson.core:jackson-core:2.15.2"
5151
api "com.fasterxml.jackson.core:jackson-databind:2.15.2"
5252

53-
implementation 'com.google.code.gson:gson:2.10.1'
53+
implementation 'com.google.code.gson:gson:2.11.0'
5454

5555
// This is needed to use wpilibj Filesystem class
5656
testImplementation 'edu.wpi.first.cscore:cscore-java:2025.+'

0 commit comments

Comments
 (0)