From 30ba8d10118aca06104ddbc43f0b36d0de154086 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Mon, 28 Jun 2021 05:46:31 +0000 Subject: [PATCH] Bump resilience4jVersion from 1.7.0 to 1.7.1 Bumps `resilience4jVersion` from 1.7.0 to 1.7.1. Updates `resilience4j-circuitbreaker` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/resilience4j/resilience4j/releases) - [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc) - [Commits](https://github.com/resilience4j/resilience4j/compare/v1.7.0...v1.7.1) Updates `resilience4j-retry` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/resilience4j/resilience4j/releases) - [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc) - [Commits](https://github.com/resilience4j/resilience4j/compare/v1.7.0...v1.7.1) Updates `resilience4j-retrofit` from 1.7.0 to 1.7.1 - [Release notes](https://github.com/resilience4j/resilience4j/releases) - [Changelog](https://github.com/resilience4j/resilience4j/blob/master/RELEASENOTES.adoc) - [Commits](https://github.com/resilience4j/resilience4j/compare/v1.7.0...v1.7.1) Signed-off-by: dependabot-preview[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3609399..97a986c 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ ext { apply from: "https://raw.githubusercontent.com/TheRandomLabs/Common-Gradle/${project.commonGradleBranch}/build.gradle" def retrofitVersion = "2.9.0" -def resilience4jVersion = "1.7.0" +def resilience4jVersion = "1.7.1" dependencies { api "com.squareup.moshi:moshi:1.12.0"