From 08c2c5e96530dd71b7036a227eebc7542e6ca53b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:14:34 +0000 Subject: [PATCH] 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] --- modules/retrofit/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/retrofit/build.gradle.kts b/modules/retrofit/build.gradle.kts index f0ecb326..364e5239 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -10,7 +10,7 @@ repositories { mavenCentral() } dependencies { api(project(":modules:core")) - api("com.squareup.retrofit2:retrofit:2.9.0") + api("com.squareup.retrofit2:retrofit:2.10.0") api("com.squareup.okhttp3:okhttp:4.12.0") api("com.squareup.retrofit2:converter-jackson:2.10.0") implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0"))