Skip to content

Commit 39af888

Browse files
Merge pull request #2629 from nextcloud/renovate/com.google.code.gson-gson-2.x
fix(deps): update dependency com.google.code.gson:gson to v2.13.1
2 parents 3200c0f + 70cd756 commit 39af888

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ dependencies {
130130
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
131131

132132
// Gson
133-
implementation 'com.google.code.gson:gson:2.13.0'
133+
implementation 'com.google.code.gson:gson:2.13.1'
134134

135135
// ReactiveX
136136
implementation 'io.reactivex.rxjava2:rxjava:2.2.21'

0 commit comments

Comments
 (0)