From 9636658afd307fa8149ba51a44842ebbbd02bd30 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" Date: Thu, 11 Apr 2019 17:56:10 +0000 Subject: [PATCH] build(deps): bump rootProject.daggerVersion from 2.21 to 2.22.1 Bumps `rootProject.daggerVersion` from 2.21 to 2.22.1. Updates `dagger` from 2.21 to 2.22.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.21...dagger-2.22.1) Updates `dagger-android` from 2.21 to 2.22.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.21...dagger-2.22.1) Updates `dagger-android-support` from 2.21 to 2.22.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.21...dagger-2.22.1) Updates `dagger-compiler` from 2.21 to 2.22.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.21...dagger-2.22.1) Updates `dagger-android-processor` from 2.21 to 2.22.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.21...dagger-2.22.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 a9ca9c8b..ea9d1065 100644 --- a/build.gradle +++ b/build.gradle @@ -52,7 +52,7 @@ ext { threetenbpVersion = '1.2.0' // dagger - daggerVersion = '2.21' + daggerVersion = '2.22.1' // jackson jacksonVersion = '2.9.8'