Skip to content

Commit 89f3aea

Browse files
Merge pull request #1658 from nextcloud/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.12.1
2 parents c2bd92e + 84c36ec commit 89f3aea

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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.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.11.0'
66+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.12.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)