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
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 29, 2025
1 parent 764842a commit dbdb8ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion library/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ dependencies {
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
// in transition phase, we use old and new libs
implementation group: 'com.google.code.gson', name: 'gson', version: '2.11.0'
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.0'
implementation 'androidx.annotation:annotation:1.9.1'
compileOnly 'com.google.code.findbugs:annotations:3.0.1'

Expand Down

0 comments on commit dbdb8ab

Please sign in to comment.