diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2025-03-12 14:56:52 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-03-12 14:56:52 +0000 |
commit | dd94f4dad27295c651fd0c2f67ba9683f8bca9e4 (patch) | |
tree | 3e7a350e7c5b341d9c920716767d573f8b3144bd | |
parent | 410653681ea2cb5e9dee03f4ec15be90e5a645f5 (diff) | |
download | poi-dependabot/gradle/com.dorongold.task-tree-4.0.1.tar.gz poi-dependabot/gradle/com.dorongold.task-tree-4.0.1.zip |
Bump com.dorongold.task-tree from 2.1.1 to 4.0.1dependabot/gradle/com.dorongold.task-tree-4.0.1
Bumps com.dorongold.task-tree from 2.1.1 to 4.0.1.
---
updated-dependencies:
- dependency-name: com.dorongold.task-tree
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index 482a717567..92599b7665 100644 --- a/build.gradle +++ b/build.gradle @@ -31,7 +31,7 @@ buildscript { plugins { id 'base' - id 'com.dorongold.task-tree' version '2.1.1' + id 'com.dorongold.task-tree' version '4.0.1' id 'org.nosphere.apache.rat' version '0.8.1' id 'distribution' id "com.github.spotbugs" version '6.0.27' |