From 668bd5b080250bd52dae3cbb4cbd44db0f947615 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 13:18:38 +0000 Subject: [PATCH] build(deps): bump retrofit from 2.10.0 to 2.11.0 Bumps `retrofit` from 2.10.0 to 2.11.0. Updates `com.squareup.retrofit2:adapter-rxjava3` 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) Updates `com.squareup.retrofit2:converter-moshi` 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: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) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:adapter-rxjava3 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 - dependency-name: com.squareup.retrofit2:converter-moshi 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 ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f4e78970c..80df06ee6 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -27,7 +27,7 @@ hamcrestVersion = "1.3" moshi = "1.15.1" navigationFragmentKtx = "2.7.7" okHttp = "4.12.0" -retrofit = "2.10.0" +retrofit = "2.11.0" robolectricVersion = "4.11.1" roomKtx = "2.6.1" rx = "3.0.1"