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
This commit is contained in:
Andy Scherzinger 2024-04-01 15:05:36 +02:00 committed by GitHub
commit 9c793065e4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -123,7 +123,7 @@ dependencies {
annotationProcessor "androidx.room:room-compiler:${roomVersion}"
// Retrofit
implementation 'com.squareup.retrofit2:retrofit:2.10.0'
implementation 'com.squareup.retrofit2:retrofit:2.11.0'
// Gson
implementation 'com.google.code.gson:gson:2.10.1'