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

This commit is contained in:
renovate[bot] 2024-03-19 09:44:18 +00:00 committed by Andy Scherzinger
parent 7ab797fec1
commit 03a01a98f8

View file

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