Skip to content

Commit

Permalink
Bump daggerVersion from 2.43 to 2.43.1 (#5349)
Browse files Browse the repository at this point in the history
Bumps `daggerVersion` from 2.43 to 2.43.1.

Updates `dagger` from 2.43 to 2.43.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.43...dagger-2.43.1)

Updates `dagger-compiler` from 2.43 to 2.43.1
- [Release notes](https://github.com/google/dagger/releases)
- [Changelog](https://github.com/google/dagger/blob/master/CHANGELOG.md)
- [Commits](google/dagger@dagger-2.43...dagger-2.43.1)

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Aug 1, 2022
1 parent 2569b93 commit 75690a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Expand Up @@ -81,7 +81,7 @@ ext {
// material 1.6 causes paymentsheet to not render correctly.
// see here: https://github.com/material-components/material-components-android/issues/2702
materialVersion = '1.5.0'
daggerVersion = '2.43'
daggerVersion = '2.43.1'
playServicesWalletVersion = '19.1.0'
placesVersion = '2.6.0'
playServicesVersion = '1.6.4'
Expand Down

0 comments on commit 75690a5

Please sign in to comment.