Skip to content

Commit

Permalink
fix(deps): update dependency com.google.code.gson:gson to v2.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 662da8c commit 24edc79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ dependencies {
// googleJavaFormat
googleJavaFormatCompileOnly 'com.google.googlejavaformat:google-java-format:1.24.0'
// gson
gsonCompileOnly 'com.google.code.gson:gson:2.11.0'
gsonCompileOnly 'com.google.code.gson:gson:2.12.0'
// jackson
String VER_JACKSON='2.18.1'
jacksonCompileOnly "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
Expand Down

0 comments on commit 24edc79

Please sign in to comment.