Skip to content

Commit

Permalink
Update dependency com.google.code.gson:gson to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored May 19, 2024
1 parent b4bc60c commit 560d6be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation "com.google.errorprone:error_prone_annotations:${errorproneVersion}"
implementation 'com.github.javaparser:javaparser-core:3.25.10'
implementation 'org.plumelib:options:2.0.3'
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.google.code.gson:gson:2.11.0'
}

// To upload to Maven Central, see instructions in the file.
Expand Down

0 comments on commit 560d6be

Please sign in to comment.