Skip to content

Commit 20e8cd1

Browse files
Merge pull request #1998 from nextcloud/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.14.0
2 parents 7b61bbc + 3186bd7 commit 20e8cd1

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
@@ -65,7 +65,7 @@ dependencies {
6565
api 'com.squareup.okhttp3:okhttp:5.3.2'
6666
implementation 'com.github.bitfireAT:dav4jvm:2.2.1'
6767
// in transition phase, we use old and new libs
68-
implementation group: 'com.google.code.gson', name: 'gson', version: '2.13.2'
68+
implementation group: 'com.google.code.gson', name: 'gson', version: '2.14.0'
6969
implementation 'androidx.annotation:annotation:1.10.0'
7070
compileOnly 'com.google.code.findbugs:annotations:3.0.1'
7171

0 commit comments

Comments
 (0)