From 3ad51cc0880d212b786cea7f1fcbfcc3b7ae2d45 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Oct 2022 01:31:54 +0000 Subject: [PATCH] Bump version_retrofit from 2.1.0 to 2.9.0 Bumps `version_retrofit` from 2.1.0 to 2.9.0. Updates `retrofit` from 2.1.0 to 2.9.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.1.0...2.9.0) Updates `converter-jackson` from 2.1.0 to 2.9.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/master/CHANGELOG.md) - [Commits](https://github.com/square/retrofit/compare/parent-2.1.0...2.9.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-jackson 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 7a47bbb..6012bce 100644 --- a/build.gradle +++ b/build.gradle @@ -16,7 +16,7 @@ allprojects { version_log4j = '2.19.0' version_jackson = '2.9.0' - version_retrofit = '2.1.0' + version_retrofit = '2.9.0' version_guava = '18.0' version_guice = '4.1.0' version_tyrus = '1.8.3'