From d825243b7d7c0fcceaa3f5c178bd9da9f91c6cfc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Oct 2021 10:19:26 +0000 Subject: [PATCH] Bump dagger from 2.38.1 to 2.40 in /Plan Bumps [dagger](https://github.com/google/dagger) from 2.38.1 to 2.40. - [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.38.1...dagger-2.40) --- updated-dependencies: - dependency-name: com.google.dagger:dagger dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index d47690ee9d..c8654d5ac9 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -62,7 +62,7 @@ subprojects { } ext { - daggerVersion = "2.38.1" + daggerVersion = "2.40" daggerCompilerVersion = "2.38.1" palVersion = "5.0.0"