Skip to content

Commit c6eac28

Browse files
Merge pull request #1829 from nextcloud/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.13.2
2 parents 5208ad3 + cde63d3 commit c6eac28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ dependencies {
6363
api 'com.squareup.okhttp3:okhttp:5.1.0'
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.13.1'
66+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
6767
implementation 'androidx.annotation:annotation:1.9.1'
6868
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
6969

0 commit comments

Comments
 (0)