Bump daggerVersion from 2.41 to 2.42

Bumps `daggerVersion` from 2.41 to 2.42.

Updates `dagger` from 2.41 to 2.42
- [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.41...dagger-2.42)

Updates `dagger-compiler` from 2.41 to 2.42
- [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.41...dagger-2.42)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: com.google.dagger:dagger-compiler
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
pull/1413/head
dependabot[bot] 3 years ago committed by Quentin Hibon
parent b36ca8673a
commit ac7a721940

@ -86,7 +86,7 @@ android {
} }
dependencies { dependencies {
val daggerVersion = "2.41" val daggerVersion = "2.42"
val kotlinVersion = "1.6.21" val kotlinVersion = "1.6.21"
val kxCoroutinesVersion = "1.6.2" val kxCoroutinesVersion = "1.6.2"
val ktorVersion = "1.6.8" val ktorVersion = "1.6.8"

@ -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.41") compileOnly("com.google.dagger:dagger:2.42")
implementation("com.google.guava:guava:31.1-android") implementation("com.google.guava:guava:31.1-android")
implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21") implementation("org.jetbrains.kotlin:kotlin-stdlib:1.6.21")
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core-jvm:1.6.2")

Loading…
Cancel
Save