From 008fbdb6354d6e4f37e65f350b5587f1d5f80441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 09:05:56 +0000 Subject: [PATCH] chore(deps)(deps): bump com.squareup.retrofit2:converter-gson Bumps the networking-dependencies group with 1 update: [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit). Updates `com.squareup.retrofit2:converter-gson` from 2.9.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.9.0...3.0.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking-dependencies ... Signed-off-by: dependabot[bot] --- messaginginapp/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/messaginginapp/build.gradle b/messaginginapp/build.gradle index 749b740ef..c31c0c253 100644 --- a/messaginginapp/build.gradle +++ b/messaginginapp/build.gradle @@ -39,7 +39,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.1.4' implementation "androidx.lifecycle:lifecycle-runtime-ktx:2.3.1" - implementation 'com.squareup.retrofit2:converter-gson:2.9.0' + implementation 'com.squareup.retrofit2:converter-gson:3.0.0' implementation Dependencies.reduxKotlin implementation Dependencies.coroutinesCore