From 9f606cee2792345e82158091e2c4d637dd7b7092 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 18 Sep 2020 04:40:47 +0000 Subject: [PATCH] Bump dagger from 2.28.3 to 2.29.1 Bumps `dagger` from 2.28.3 to 2.29.1. Updates `dagger` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1) Updates `dagger-android-support` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1) Updates `dagger-compiler` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1) Updates `dagger-android-processor` from 2.28.3 to 2.29.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.28.3...dagger-2.29.1) Signed-off-by: dependabot-preview[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 017a430..21e3161 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -57,7 +57,7 @@ tasks.withType(org.jetbrains.kotlin.gradle.tasks.KotlinCompile).all { dependencies { def lifecycle_version = "2.2.0" def nav_version = "1.3.0-alpha06" - def dagger = "2.28.3" + def dagger = "2.29.1" implementation fileTree(dir: 'libs', include: ['*.jar']) implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"