This is an automated email from the ASF dual-hosted git repository.
rzo1 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tomee.git
The following commit(s) were added to refs/heads/main by this push:
new 51149d0736 Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#2254)
51149d0736 is described below
commit 51149d07369e4f71213b872e4955a273376fe7a5
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Nov 24 19:58:56 2025 +0100
Bump commons-cli:commons-cli from 1.10.0 to 1.11.0 (#2254)
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>
Co-authored-by: Richard Zowalla <[email protected]>
---
boms/tomee-microprofile/pom.xml | 2 +-
boms/tomee-plume/pom.xml | 2 +-
boms/tomee-plus/pom.xml | 2 +-
boms/tomee-webprofile/pom.xml | 2 +-
pom.xml | 2 +-
5 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/boms/tomee-microprofile/pom.xml b/boms/tomee-microprofile/pom.xml
index 11075bf2d3..14feb2302d 100644
--- a/boms/tomee-microprofile/pom.xml
+++ b/boms/tomee-microprofile/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/boms/tomee-plume/pom.xml b/boms/tomee-plume/pom.xml
index a69da227c0..bf6917f48b 100644
--- a/boms/tomee-plume/pom.xml
+++ b/boms/tomee-plume/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/boms/tomee-plus/pom.xml b/boms/tomee-plus/pom.xml
index d6603cd479..f9ece078ab 100644
--- a/boms/tomee-plus/pom.xml
+++ b/boms/tomee-plus/pom.xml
@@ -79,7 +79,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/boms/tomee-webprofile/pom.xml b/boms/tomee-webprofile/pom.xml
index 40477e9d0b..66acb52330 100644
--- a/boms/tomee-webprofile/pom.xml
+++ b/boms/tomee-webprofile/pom.xml
@@ -59,7 +59,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.10.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>commons-codec</groupId>
diff --git a/pom.xml b/pom.xml
index 8f5b5ea97e..b33fe100c9 100644
--- a/pom.xml
+++ b/pom.xml
@@ -160,7 +160,7 @@
<version.commons-logging>1.3.5</version.commons-logging>
<!-- Apache Commons -->
- <version.commons-cli>1.10.0</version.commons-cli>
+ <version.commons-cli>1.11.0</version.commons-cli>
<version.commons-codec>1.20.0</version.commons-codec>
<version.commons-dbcp2>2.13.0</version.commons-dbcp2>
<version.commons-discovery>0.5</version.commons-discovery>