From 12214d725b58e4b2d08dfe7863905073543c1314 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Mar 2024 14:10:48 +0000 Subject: [PATCH] build(deps): bump com.squareup.retrofit2:retrofit from 2.9.0 to 2.10.0 Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.9.0 to 2.10.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...2.10.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-type: direct:production update-type: version-update:semver-minor ... 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 01dcb9c..60f24a9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -24,7 +24,7 @@ google-services = "4.4.1" firebase-crashlytics-gradle-plugin = "2.9.9" firebase-bom = "32.7.4" ktx-serialization = "1.6.3" -retrofit2 = "2.9.0" +retrofit2 = "2.10.0" retrofit2-ktx-serialization = "1.0.0" okhttp3-logging = "4.12.0" room = "2.6.1"