From f8592a85f7396c1668a4ad3713035e815d3fa62c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Mar 2025 15:31:41 +0000 Subject: [PATCH] Bump com.dorongold.task-tree from 4.0.0 to 4.0.1 Bumps com.dorongold.task-tree from 4.0.0 to 4.0.1. --- updated-dependencies: - dependency-name: com.dorongold.task-tree dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index c8c94d465..d3da6cf51 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -72,7 +72,7 @@ plugins { id("org.jetbrains.intellij.platform") version "2.2.2-SNAPSHOT" id("org.jetbrains.changelog") version "2.2.1" id("org.jetbrains.kotlinx.kover") version "0.6.1" - id("com.dorongold.task-tree") version "4.0.0" + id("com.dorongold.task-tree") version "4.0.1" id("com.google.devtools.ksp") version "2.0.21-1.0.25" }