Bump dagger-compiler from 2.40.3 to 2.40.4 in /Plan (#2186)

Bumps [dagger-compiler](https://github.com/google/dagger) from 2.40.3 to 2.40.4.
- [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.40.3...dagger-2.40.4)

---
updated-dependencies:
- 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>
This commit is contained in:
dependabot[bot] 2021-12-06 10:09:02 +02:00 committed by GitHub
parent f096d456c6
commit 672050b2f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -61,7 +61,7 @@ subprojects {
ext {
daggerVersion = "2.40.3"
daggerCompilerVersion = "2.40.3"
daggerCompilerVersion = "2.40.4"
palVersion = "5.0.0"