Bump daggerVersion from 2.25.4 to 2.31.2

Bumps `daggerVersion` from 2.25.4 to 2.31.2.

Updates `dagger` from 2.25.4 to 2.31.2
- [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.25.4...dagger-2.31.2)

Updates `dagger-compiler` from 2.25.4 to 2.31.2
- [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.25.4...dagger-2.31.2)

Signed-off-by: dependabot[bot] <support@github.com>
pull/725/head
dependabot[bot] 5 years ago committed by GitHub
parent 045612c00f
commit c07d56c9c6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -67,7 +67,7 @@ android {
} }
dependencies { dependencies {
val daggerVersion = "2.25.4" val daggerVersion = "2.31.2"
val kotlinVersion = "1.4.21" val kotlinVersion = "1.4.21"
val kxCoroutinesVersion = "1.4.2" val kxCoroutinesVersion = "1.4.2"
val ktorVersion = "1.4.2" val ktorVersion = "1.4.2"

@ -43,7 +43,7 @@ kotlin {
val jvmMain by getting { val jvmMain by getting {
dependencies { dependencies {
implementation(kotlin("stdlib-jdk8")) implementation(kotlin("stdlib-jdk8"))
compileOnly("com.google.dagger:dagger:2.25.4") compileOnly("com.google.dagger:dagger:2.31.2")
implementation("com.google.guava:guava:30.0-jre") implementation("com.google.guava:guava:30.0-jre")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21") implementation("org.jetbrains.kotlin:kotlin-stdlib:1.4.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.4.2")

Loading…
Cancel
Save