Bump daggerVersion from 2.38.1 to 2.39.1

Bumps `daggerVersion` from 2.38.1 to 2.39.1.

Updates `dagger` from 2.38.1 to 2.39.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.38.1...dagger-2.39.1)

Updates `dagger-compiler` from 2.38.1 to 2.39.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.38.1...dagger-2.39.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] 2021-10-04 01:35:55 +00:00 committed by GitHub
parent 3e9c16f833
commit cd1c4d7400
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,7 +161,7 @@ android {
ext {
butterknifeVersion = "10.2.3"
coilKtVersion = "1.3.2"
daggerVersion = "2.38.1"
daggerVersion = "2.39.1"
okhttpVersion = "4.9.1"
materialDialogsVersion = "3.3.0"
parcelerVersion = "1.1.13"