From bcca25f1c40e9e3af55210e333ab71499bbcdee2 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Fri, 11 Jun 2021 05:14:24 +0000 Subject: [PATCH] Bump dagger from 2.36 to 2.37 in /Plan Bumps [dagger](https://github.com/google/dagger) from 2.36 to 2.37. - [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.36...dagger-2.37) Signed-off-by: dependabot-preview[bot] --- Plan/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plan/build.gradle b/Plan/build.gradle index 623b1f574..7d52efabd 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -63,7 +63,7 @@ subprojects { sourceCompatibility = JavaVersion.VERSION_1_8 targetCompatibility = JavaVersion.VERSION_1_8 - ext.daggerVersion = "2.36" + ext.daggerVersion = "2.37" ext.daggerCompilerVersion = "2.36" ext.palVersion = "4.1.0"