From cc3245e2463728c96438350356e8ba9cc5186d7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 24 Nov 2021 09:06:24 +0200 Subject: [PATCH] Bump dagger-compiler from 2.40.1 to 2.40.2 in /Plan (#2167) Bumps [dagger-compiler](https://github.com/google/dagger) from 2.40.1 to 2.40.2. - [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.1...dagger-2.40.2) --- updated-dependencies: - dependency-name: com.google.dagger:dagger-compiler dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 733c37e9e..561f3e58d 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -61,7 +61,7 @@ subprojects { ext { daggerVersion = "2.40.1" - daggerCompilerVersion = "2.40.1" + daggerCompilerVersion = "2.40.2" palVersion = "5.0.0"