From 4d92f2af2bad06c93adbb0471545624c0fad3c67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 07:06:06 +0000 Subject: [PATCH] Bump retrofitVersion from 2.10.0 to 2.11.0 Bumps `retrofitVersion` from 2.10.0 to 2.11.0. Updates `com.squareup.retrofit2:retrofit` from 2.10.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.10.0...2.11.0) Updates `com.squareup.retrofit2:converter-gson` from 2.10.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.10.0...2.11.0) --- updated-dependencies: - 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 480e0ed..a5ddd15 100644 --- a/build.gradle +++ b/build.gradle @@ -4,7 +4,7 @@ buildscript { ext.okhttpVersion = '4.12.0' ext.gsonVersion = '2.10.1' ext.jjwtVersion = 'd6feebe558' - ext.retrofitVersion = '2.10.0' + ext.retrofitVersion = '2.11.0' ext.coroutineAdapterVersion = '0.9.2' ext.coroutinesVersion = '1.8.0' ext.bouncycastleVersion = '1.70'