From fcb0bf36794a80c90350ce9cc418ad9bad05fb49 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 15 Aug 2026 20:55:38 +0000 Subject: [PATCH] fix(deps): update retrofit monorepo to v3 --- 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 4962053..8ed6397 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -19,7 +19,7 @@ accompanist = "0.37.3" # Networking okhttp = "4.12.0" -retrofit = "2.12.0" +retrofit = "3.0.0" # Testing junit = "4.13.2"