From a501dc403d2153004f9bdcab5bc478b481751e87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Sep 2021 16:31:04 +0000 Subject: [PATCH] Bump com.dorongold.task-tree from 1.5 to 2.1.0 Bumps com.dorongold.task-tree from 1.5 to 2.1.0. --- updated-dependencies: - dependency-name: com.dorongold.task-tree dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 9261409dff..bdb814b268 100644 --- a/build.gradle +++ b/build.gradle @@ -27,7 +27,7 @@ plugins { id "de.undercouch.download" version '4.0.4' id 'edu.sc.seis.launch4j' version '2.4.6' id 'com.github.ben-manes.versions' version '0.39.0' - id "com.dorongold.task-tree" version '1.5' + id "com.dorongold.task-tree" version '2.1.0' id "edu.sc.seis.macAppBundle" version "2.3.0" id 'org.openjfx.javafxplugin' version '0.0.8' id 'org.beryx.runtime' version '1.12.5'