From 418c537c4086cadcd539a3d062afe2ac3ff14e7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 13:48:31 +0000 Subject: [PATCH] chore(deps): bump retrofitVersion from 2.9.0 to 2.11.0 Bumps `retrofitVersion` from 2.9.0 to 2.11.0. Updates `com.squareup.retrofit2:retrofit` from 2.9.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.9.0...2.11.0) Updates `com.squareup.retrofit2:converter-gson` from 2.9.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.9.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] --- api-client/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api-client/build.gradle b/api-client/build.gradle index 2af79178a..dfaef6e98 100644 --- a/api-client/build.gradle +++ b/api-client/build.gradle @@ -21,7 +21,7 @@ dependencies { // TODO: pin okhttp to a stable version. 5.x is needed for this fix: // https://github.com/square/okhttp/issues/6258 def okhttpVersion = '5.0.0-alpha.12' - def retrofitVersion = '2.9.0' + def retrofitVersion = '2.11.0' api "com.squareup.okhttp3:okhttp:$okhttpVersion" api "com.squareup.retrofit2:retrofit:$retrofitVersion"