From 7d4ebdc306b9a494efd57b525334456d79687071 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Mar 2024 09:25:45 +0000 Subject: [PATCH] Bump retrofit from 2.9.0 to 2.10.0 Bumps `retrofit` from 2.9.0 to 2.10.0. Updates `com.squareup.retrofit2: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) Updates `com.squareup.retrofit2:converter-moshi` 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 - dependency-name: com.squareup.retrofit2:converter-moshi 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 ede184f..e36f440 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -8,7 +8,7 @@ espresso-core = "3.5.1" lifecycle-runtime-ktx = "2.7.0" activity-compose = "1.8.2" compose-bom = "2024.03.00" -retrofit = "2.9.0" +retrofit = "2.10.0" coroutines = "1.8.0" hilt-navigation-compose = "1.2.0" dagger-hilt = "2.50"