From e268ed4e2b27c01e4dd74610845126d031ab41f0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 May 2025 00:46:37 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:retrofit from 2.11.0 to 3.0.0 Bumps [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit) from 2.11.0 to 3.0.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.11.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/build.gradle b/app/build.gradle index a8253d3..f4d8cfa 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -90,6 +90,6 @@ dependencies { implementation(libs.material) implementation(libs.okhttp) implementation(libs.kotlinx.serialization.json) - implementation 'com.squareup.retrofit2:retrofit:2.11.0' - implementation 'com.squareup.retrofit2:converter-gson:2.11.0' + implementation 'com.squareup.retrofit2:retrofit:3.0.0' + implementation 'com.squareup.retrofit2:converter-gson:3.0.0' } \ No newline at end of file