Skip to content

Commit 3173f08

Browse files
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f695bae commit 3173f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api 'com.squareup.okhttp3:okhttp:5.0.0-alpha.14'
6464
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6565
// in transition phase, we use old and new libs
66-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.1'
66+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.1'
6767
implementation 'androidx.annotation:annotation:1.9.1'
6868
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
6969

0 commit comments

Comments
 (0)