Bump dagger from 2.39 to 2.39.1 in /Plan (#2110)

Bumps [dagger](https://github.com/google/dagger) from 2.39 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.39...dagger-2.39.1)

---
updated-dependencies:
- dependency-name: com.google.dagger:dagger
  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-10-04 15:50:51 +03:00 committed by GitHub
parent bc7f0cfdf8
commit 19a10c03b0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -62,7 +62,7 @@ subprojects {
} }
ext { ext {
daggerVersion = "2.39" daggerVersion = "2.39.1"
daggerCompilerVersion = "2.39.1" daggerCompilerVersion = "2.39.1"
palVersion = "5.0.0" palVersion = "5.0.0"