From aacc4c1534e7be37f00361bf7938fba967ddf9d3 Mon Sep 17 00:00:00 2001 From: "dependabot-preview[bot]" <27856297+dependabot-preview[bot]@users.noreply.github.com> Date: Wed, 14 Apr 2021 05:55:31 +0000 Subject: [PATCH] Bump dagger-compiler from 2.34 to 2.34.1 in /Plan Bumps [dagger-compiler](https://github.com/google/dagger) from 2.34 to 2.34.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.34...dagger-2.34.1) 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 cfc59920e..10d4947f8 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -64,7 +64,7 @@ subprojects { targetCompatibility = JavaVersion.VERSION_1_8 ext.daggerVersion = "2.34.1" - ext.daggerCompilerVersion = "2.34" + ext.daggerCompilerVersion = "2.34.1" ext.palVersion = "4.0.13"