From 99d9ea2c6f50815906bc1606d5817b4394155561 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Jan 2021 14:16:20 +0000 Subject: [PATCH] Bump daggerVersion from 2.30.1 to 2.31 Bumps `daggerVersion` from 2.30.1 to 2.31. Updates `dagger` from 2.30.1 to 2.31 - [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.30.1...dagger-2.31) Updates `dagger-android` from 2.30.1 to 2.31 - [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.30.1...dagger-2.31) Updates `dagger-android-support` from 2.30.1 to 2.31 - [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.30.1...dagger-2.31) Updates `dagger-compiler` from 2.30.1 to 2.31 - [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.30.1...dagger-2.31) Updates `dagger-android-processor` from 2.30.1 to 2.31 - [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.30.1...dagger-2.31) Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 734af16a23..5fd560ec67 100644 --- a/build.gradle +++ b/build.gradle @@ -53,7 +53,7 @@ configurations { ext { jacocoVersion = "0.8.2" - daggerVersion = "2.30.1" + daggerVersion = "2.31" markwonVersion = "4.6.1" prismVersion = "2.0.0" butterknifeVersion = "10.2.3"