From 85f61b4639571b03fbd6cbdfba27c181ac3649ce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 May 2025 04:17:09 +0000 Subject: [PATCH] Bump retrofit_version from 2.9.0 to 3.0.0 Bumps `retrofit_version` from 2.9.0 to 3.0.0. Updates `com.squareup.retrofit2:retrofit` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) Updates `com.squareup.retrofit2:converter-jackson` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) Updates `com.squareup.retrofit2:converter-scalars` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) Updates `com.squareup.retrofit2:retrofit-mock` from 2.9.0 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/2.9.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.retrofit2:converter-jackson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.retrofit2:converter-scalars dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: com.squareup.retrofit2:retrofit-mock dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- 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 3e1dca2bb3..c8823953a1 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -46,7 +46,7 @@ firebase_perfPlugin_version = "1.4.2" firebase_distrtibutionPlugin_version = "5.0.0" # [MS-483] Newer versions of Retrofit (>=2.10.0) don't support android apis <=25 beacuse of the internal Jackson library -retrofit_version = "2.9.0" +retrofit_version = "3.0.0" okttp_version = "4.12.0" # Newer versions of Jackson don't support android apis <=25.Jackson shouldn't be updated as long as SID MIN supported APIs <=25 jackson_version = "2.13.4"