From d76a4a84d0e5a8b620497a73a877a5663e11f4fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 9 Feb 2021 07:33:57 -0600 Subject: [PATCH] Bump daggerVersion from 2.31.2 to 2.32 (#779) Bumps `daggerVersion` from 2.31.2 to 2.32. Updates `dagger` from 2.31.2 to 2.32 - [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.31.2...dagger-2.32) Updates `dagger-compiler` from 2.31.2 to 2.32 - [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.31.2...dagger-2.32) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- uhabits-android/build.gradle.kts | 2 +- uhabits-core/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/uhabits-android/build.gradle.kts b/uhabits-android/build.gradle.kts index ab4e4a7a8..6382749ed 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -67,7 +67,7 @@ android { } dependencies { - val daggerVersion = "2.31.2" + val daggerVersion = "2.32" val kotlinVersion = "1.4.30" val kxCoroutinesVersion = "1.4.2" val ktorVersion = "1.5.1" diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 2cf5e2db9..d1bbab7fb 100644 --- a/uhabits-core/build.gradle.kts +++ b/uhabits-core/build.gradle.kts @@ -43,7 +43,7 @@ kotlin { val jvmMain by getting { dependencies { implementation(kotlin("stdlib-jdk8")) - compileOnly("com.google.dagger:dagger:2.31.2") + compileOnly("com.google.dagger:dagger:2.32") implementation("com.google.guava:guava:30.1-android") implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.30") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")