This is an automated email from the ASF dual-hosted git repository.
mbuenger pushed a commit to branch maven-3.9.x
in repository https://gitbox.apache.org/repos/asf/maven.git
The following commit(s) were added to refs/heads/maven-3.9.x by this push:
new 0b3e562c51 Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#11438)
0b3e562c51 is described below
commit 0b3e562c5187d016c3a149f9a93188e5ab2e4512
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Nov 14 06:43:55 2025 +0100
Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#11438)
Bumps [commons-cli:commons-cli](https://github.com/apache/commons-cli) from
1.10.0 to 1.11.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.10.0...rel/commons-cli-1.11.0)
---
updated-dependencies:
- dependency-name: commons-cli:commons-cli
dependency-version: 1.11.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 8a54a96463..3349985e67 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@ under the License.
<version.sisu-maven-plugin>0.9.0.M4</version.sisu-maven-plugin>
<asmVersion>9.9</asmVersion>
<classWorldsVersion>2.9.0</classWorldsVersion>
- <commonsCliVersion>1.10.0</commonsCliVersion>
+ <commonsCliVersion>1.11.0</commonsCliVersion>
<commonsIoVersion>2.21.0</commonsIoVersion>
<junitVersion>4.13.2</junitVersion>
<hamcrestVersion>3.0</hamcrestVersion>