Bump daggerVersion from 2.34 to 2.34.1

Bumps `daggerVersion` from 2.34 to 2.34.1.

Updates `dagger` from 2.34 to 2.34.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.34...dagger-2.34.1)

Updates `dagger-compiler` from 2.34 to 2.34.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.34...dagger-2.34.1)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2021-04-14 06:52:39 +00:00
committed by Quentin Hibon
parent 55f3bab13a
commit 419d2faa78
2 changed files with 2 additions and 2 deletions

View File

@@ -74,7 +74,7 @@ android {
}
dependencies {
val daggerVersion = "2.34"
val daggerVersion = "2.34.1"
val kotlinVersion = "1.4.32"
val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.5.3"

View File

@@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting {
dependencies {
implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.34")
compileOnly("com.google.dagger:dagger:2.34.1")
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")