commit | babc8b93a176d8807e5a79b0119e11446e023022 | [log] [tgz] |
---|---|---|
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | Mon Aug 04 00:12:24 2025 +0000 |
committer | Akron <nils@diewald-online.de> | Mon Sep 08 11:47:55 2025 +0200 |
tree | 8a4bfac75ecd39dba8ac29c2945855056ffa875c | |
parent | 77d152672127344b17af0757d09c522d2a141814 [diff] |
Bump commons-cli:commons-cli from 1.9.0 to 1.10.0 (closes #225) Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from 1.9.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/rel/commons-cli-1.9.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] <support@github.com> Change-Id: I7e0eb73dfb1ed4a93792ca2dd3510e44396d614a
diff --git a/pom.xml b/pom.xml index fd2335a..c5ace9f 100644 --- a/pom.xml +++ b/pom.xml
@@ -217,7 +217,7 @@ <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> - <version>1.9.0</version> + <version>1.10.0</version> </dependency> <dependency> <groupId>commons-io</groupId>