From 4bcc58ac9eeab0bba708d7303bc62eb15ca430a7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Apr 2021 02:29:19 +0000 Subject: [PATCH] Bump daggerVersion from 2.34.1 to 2.35 Bumps `daggerVersion` from 2.34.1 to 2.35. Updates `dagger` from 2.34.1 to 2.35 - [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.34.1...dagger-2.35) Updates `dagger-compiler` from 2.34.1 to 2.35 - [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.34.1...dagger-2.35) Signed-off-by: dependabot[bot] --- 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 72388c2fd..c4740f3b1 100644 --- a/uhabits-android/build.gradle.kts +++ b/uhabits-android/build.gradle.kts @@ -74,7 +74,7 @@ android { } dependencies { - val daggerVersion = "2.34.1" + val daggerVersion = "2.35" val kotlinVersion = "1.4.32" val kxCoroutinesVersion = "1.4.2" val ktorVersion = "1.5.3" diff --git a/uhabits-core/build.gradle.kts b/uhabits-core/build.gradle.kts index 7ee02fead..5fae83cfb 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.34.1") + compileOnly("com.google.dagger:dagger:2.35") implementation("com.google.guava:guava:30.1.1-android") implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.32") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")