From 4b33157dbda882e03264ddd30e29d15b0425c2d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Apr 2025 00:31:28 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:converter-gson from 2.9.0 to 2.11.0 Bumps [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) from 2.9.0 to 2.11.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.11.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f24fc1a..667c026 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -91,5 +91,5 @@ dependencies { implementation(libs.okhttp) implementation(libs.kotlinx.serialization.json) implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:2.11.0' } \ No newline at end of file