From 7bade246f9e85f7f8dad31865d8089b7d3a5ab93 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 05:26:25 +0000 Subject: [PATCH] build(deps): bump commons-cli:commons-cli from 1.5.0 to 1.10.0 Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.5.0 to 1.10.0. - [Changelog](https://github.com/apache/commons-cli/blob/master/RELEASE-NOTES.txt) - [Commits](https://github.com/apache/commons-cli/compare/commons-cli-1.5.0...rel/commons-cli-1.10.0) --- updated-dependencies: - dependency-name: commons-cli:commons-cli dependency-version: 1.10.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 918d5a27..920db15e 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { plantuml "net.sourceforge.plantuml:plantuml-asl:1.2025.2" baseLib "org.apache.commons:commons-lang3:3.17.0" - baseLib "commons-cli:commons-cli:1.5.0" + baseLib "commons-cli:commons-cli:1.10.0" baseLib "commons-io:commons-io:2.18.0" treemap "net.sf.jtreemap:jtreemap:1.1.3"