Skip to content

Commit 5f9bf88

Browse files
Merge pull request #2567 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 975df3d + 6c725d6 commit 5f9bf88

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.12.0'
133+
implementation 'com.google.code.gson:gson:2.12.1'
134134

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

0 commit comments

Comments
 (0)