From d43d581c4e88a7fd3f851e5637a4becbdd952d4a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 15:27:56 +0000 Subject: [PATCH] Bump daggerVersion from 2.33 to 2.35.1 Bumps `daggerVersion` from 2.33 to 2.35.1. Updates `dagger` from 2.33 to 2.35.1 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1) Updates `dagger-android` from 2.33 to 2.35.1 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1) Updates `dagger-android-support` from 2.33 to 2.35.1 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1) Updates `dagger-compiler` from 2.33 to 2.35.1 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1) Updates `dagger-android-processor` from 2.33 to 2.35.1 - [Release notes](https://github.com/google/dagger/releases) - [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md) - [Commits](https://github.com/google/dagger/compare/dagger-2.33...dagger-2.35.1) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a7e2e8e4d5..a7ddab0168 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ configurations { ext { jacocoVersion = "0.8.2" - daggerVersion = "2.33" + daggerVersion = "2.35.1" markwonVersion = "4.6.2" prismVersion = "2.0.0" butterknifeVersion = "10.2.3"