From 8e21b7a41aa308767f2d2c4b0f1502d7ddd945be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jul 2021 08:30:29 +0300 Subject: [PATCH] Bump dagger from 2.38 to 2.38.1 in /Plan (#2033) Bumps [dagger](https://github.com/google/dagger) from 2.38 to 2.38.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.38...dagger-2.38.1) --- updated-dependencies: - dependency-name: com.google.dagger:dagger 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 adbb955b5..c224b4056 100644 --- a/Plan/build.gradle +++ b/Plan/build.gradle @@ -60,7 +60,7 @@ subprojects { } ext { - daggerVersion = "2.38" + daggerVersion = "2.38.1" daggerCompilerVersion = "2.38" palVersion = "5.0.0"