From 6e245ced19ec9b2ec8c9eb5e2178f3cc4f1076b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:20:06 +0000 Subject: [PATCH] Build(deps): Bump RETROFIT_VERSION from 2.9.0 to 2.10.0 Bumps `RETROFIT_VERSION` from 2.9.0 to 2.10.0. Updates `com.squareup.retrofit2:adapter-rxjava3` 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) Updates `com.squareup.retrofit2: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) Updates `com.squareup.retrofit2:converter-gson` 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:adapter-rxjava3 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.retrofit2:retrofit dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: com.squareup.retrofit2:converter-gson dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Signed-off-by: Unpublished --- News-Android-App/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/News-Android-App/build.gradle b/News-Android-App/build.gradle index bbd6cf0ba..a2655cda6 100644 --- a/News-Android-App/build.gradle +++ b/News-Android-App/build.gradle @@ -121,7 +121,7 @@ final GLIDE_VERSION = '4.16.0' final ESPRESSO_VERSION = '3.5.1' final OKHTTP_VERSION = '4.12.0' final MOCKITO_VERSION = '5.11.0' -final RETROFIT_VERSION = '2.9.0' +final RETROFIT_VERSION = '2.11.0' dependencies { // core android studio module