From c4c61e169f37282ef2439844fdae68fbb5861b36 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 3 Jun 2023 19:23:27 +0000 Subject: [PATCH] Bump com.squareup.retrofit2:converter-gson from 2.5.0 to 2.9.0 Bumps [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit) from 2.5.0 to 2.9.0. - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.5.0...2.9.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:converter-gson 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 dca011c..d3ce536 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation "com.google.android.exoplayer:exoplayer-ui:$mediaVersion" implementation 'com.squareup.retrofit2:retrofit:2.9.0' - implementation 'com.squareup.retrofit2:converter-gson:2.5.0' + implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'androidx.appcompat:appcompat:1.5.1'