Build(deps): Bump daggerVersion from 2.45 to 2.46.1

Bumps `daggerVersion` from 2.45 to 2.46.1.

Updates `com.google.dagger:dagger` from 2.45 to 2.46.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.45...dagger-2.46.1)

Updates `com.google.dagger:dagger-compiler` from 2.45 to 2.46.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.45...dagger-2.46.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] 2023-05-13 17:01:29 +00:00 committed by Andy Scherzinger
parent cf6f51f37b
commit 326828c413
No known key found for this signature in database
GPG Key ID: 6CADC7E3523C308B

View File

@ -140,7 +140,7 @@ android {
ext {
androidxCameraVersion = "1.2.2"
coilKtVersion = "2.3.0"
daggerVersion = "2.45"
daggerVersion = "2.46.1"
emojiVersion = "1.3.0"
lifecycleVersion = '2.6.1'
okhttpVersion = "4.11.0"