From 55b841a8b47bfdf220ae41d82b31734636a31a33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 May 2021 06:47:10 -0500 Subject: [PATCH] Bump daggerVersion from 2.35.1 to 2.36 (#933) Bumps `daggerVersion` from 2.35.1 to 2.36. Updates `dagger` from 2.35.1 to 2.36 - [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.35.1...dagger-2.36) Updates `dagger-compiler` from 2.35.1 to 2.36 - [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.35.1...dagger-2.36) 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 8c6876e57..d2ad81488 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -88,7 +88,7 @@ android { } dependencies { - val daggerVersion = "2.35.1" + val daggerVersion = "2.36" val kotlinVersion = "1.5.0" val kxCoroutinesVersion = "1.4.2" val ktorVersion = "1.5.4" diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index f51bdd151..e054fd130 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.35.1") + compileOnly("com.google.dagger:dagger:2.36") implementation("com.google.guava:guava:30.1.1-android") implementation("org.jetbrains.kotlin:kotlin-stdlib:1.5.0") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")