From d8285873bbd5ba1cf4723232a53e057ec4ddf407 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 12:10:50 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:converter-jackson from 2.9.0 to 2.10.0 Bumps [com.squareup.retrofit2:converter-jackson](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:converter-jackson 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 dafb59ce..f0ecb326 100644 --- a/modules/retrofit/build.gradle.kts +++ b/modules/retrofit/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { api("com.squareup.retrofit2:retrofit:2.9.0") api("com.squareup.okhttp3:okhttp:4.12.0") - api("com.squareup.retrofit2:converter-jackson:2.9.0") + api("com.squareup.retrofit2:converter-jackson:2.10.0") implementation(platform("com.fasterxml.jackson:jackson-bom:2.17.0")) api("com.squareup.retrofit2:converter-scalars:2.10.0")