From 31f654ee2faff8dbbc7c6b6007123ac16ed3be7b Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Thu, 3 Apr 2025 19:31:45 +0000 Subject: [PATCH] Update retrofit monorepo to v2.11.0 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 2ed2b1c0..8657942d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ kotlinxCoroutines = "1.7.3" viewModelKtx = "2.8.7" swipeRefresh = "1.1.0" -retrofit = "2.9.0" +retrofit = "2.11.0" ## KEEP ON 2.13 branch (https://github.com/FasterXML/jackson-databind/issues/3658#issuecomment-1312633064) for compatibility with API 24 jackson = "2.16.0" okhttp = "4.12.0"