From df24b22c8b0a1f3131b419cbb13ec74c7579e5ef Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 29 Mar 2024 22:21:36 +0000 Subject: [PATCH] chore(deps): update plugin tasktree to v3 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 72d6aaac..651ab51f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,4 +18,4 @@ kotlin-jvm = { id = "org.jetbrains.kotlin.jvm", version.ref = "kotlin" } kotlin-qa = { id = "org.danilopianini.gradle-kotlin-qa", version = "0.61.0" } multiJvmTesting = { id = "org.danilopianini.multi-jvm-test-plugin", version = "0.5.8" } publishOnCentral = { id = "org.danilopianini.publish-on-central", version = "5.0.26" } -taskTree = { id = "com.dorongold.task-tree", version = "2.1.1" } +taskTree = { id = "com.dorongold.task-tree", version = "3.0.0" }