Bump daggerVersion from 2.42 to 2.43.1

Bumps `daggerVersion` from 2.42 to 2.43.1.

Updates `dagger` from 2.42 to 2.43.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.42...dagger-2.43.1)

Updates `dagger-compiler` from 2.42 to 2.43.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.42...dagger-2.43.1)

---
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>
This commit is contained in:
dependabot[bot]
2022-08-01 03:03:08 +00:00
committed by GitHub
parent 2fc6c67432
commit 504362e680
2 changed files with 2 additions and 2 deletions

View File

@@ -86,7 +86,7 @@ android {
}
dependencies {
val daggerVersion = "2.42"
val daggerVersion = "2.43.1"
val kotlinVersion = "1.7.0"
val kxCoroutinesVersion = "1.6.3"
val ktorVersion = "1.6.8"