From 75c960b4ade4c71dd69ee8564cf1303384281462 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Mar 2024 11:45:34 +0000 Subject: [PATCH] chore: 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] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ea8470e5..55a44d12 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -31,8 +31,8 @@ dependencies { implementation("com.squareup.moshi:moshi:1.15.1") ksp("com.squareup.moshi:moshi-kotlin-codegen:1.15.1") - implementation("com.squareup.retrofit2:retrofit:2.9.0") - implementation("com.squareup.retrofit2:converter-moshi:2.9.0") + implementation("com.squareup.retrofit2:retrofit:2.10.0") + implementation("com.squareup.retrofit2:converter-moshi:2.10.0") implementation("org.zeroturnaround:zt-exec:1.12")