From 4d2b957e01f8fe87f146f310547da0f86f0e7873 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 05:10:19 +0000 Subject: [PATCH] Bump com.dorongold.task-tree from 2.1.0 to 2.1.1 Bumps com.dorongold.task-tree from 2.1.0 to 2.1.1. --- updated-dependencies: - dependency-name: com.dorongold.task-tree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d2b9382..303a47a 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ buildscript { } plugins { - id "com.dorongold.task-tree" version "2.1.0" + id "com.dorongold.task-tree" version "2.1.1" id 'com.github.johnrengelman.shadow' version '7.1.2' }