From aab623de0dc5d7de3d5c319ebfe733270f6b6805 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 16:03:53 +0000 Subject: [PATCH] Bump com.dorongold.task-tree in /annotation-file-utilities 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] --- annotation-file-utilities/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/annotation-file-utilities/build.gradle b/annotation-file-utilities/build.gradle index 0e512a3bf..6cb366814 100644 --- a/annotation-file-utilities/build.gradle +++ b/annotation-file-utilities/build.gradle @@ -9,7 +9,7 @@ plugins { id 'net.ltgt.errorprone' version '3.0.1' // To show task list as a tree, run: ./gradlew taskTree - id 'com.dorongold.task-tree' version '2.1.0' + id 'com.dorongold.task-tree' version '2.1.1' // Code formatting; defines targets "spotlessApply" and "spotlessCheck" id 'com.diffplug.spotless' version '6.12.0'