fix(deps): update dependency com.squareup.retrofit2:retrofit to v2.11.0

This commit is contained in:
renovate[bot] 2024-03-28 20:39:38 +00:00 committed by GitHub
parent 51caace667
commit ffdeccdf5d
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'