Skip to content

Commit 9c79306

Browse files
Merge pull request #2097 from nextcloud/renovate/com.squareup.retrofit2-retrofit-2.x
fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.11.0
2 parents 790e998 + ffdeccd commit 9c79306

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ dependencies {
123123
annotationProcessor "androidx.room:room-compiler:${roomVersion}"
124124

125125
// Retrofit
126-
implementation 'com.squareup.retrofit2:retrofit:2.10.0'
126+
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
127127

128128
// Gson
129129
implementation 'com.google.code.gson:gson:2.10.1'

0 commit comments

Comments
 (0)