From e7b521e9e838e9be24fd2e86bcd022c8e3ff2baf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 27 Jun 2021 23:56:53 +0000 Subject: [PATCH] Bump retrofit from 2.0.0 to 2.5.0 in /Examples Bumps [retrofit](https://github.com/square/retrofit) from 2.0.0 to 2.5.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.0.0...parent-2.5.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Examples/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/pom.xml b/Examples/pom.xml index 1f664a9..41a977c 100644 --- a/Examples/pom.xml +++ b/Examples/pom.xml @@ -44,7 +44,7 @@ com.squareup.retrofit2 retrofit - 2.0.0 + 2.5.0 com.squareup.retrofit2