This is an automated email from the ASF dual-hosted git repository.
zstan pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/master by this push:
new bf2847be7ba Bump commons-cli:commons-cli from 1.2 to 1.11.0 (#13527)
bf2847be7ba is described below
commit bf2847be7bab854db01f8548195beca4bac8a4c9
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 2 08:08:23 2026 +0300
Bump commons-cli:commons-cli from 1.2 to 1.11.0 (#13527)
---
examples/pom.xml | 2 +-
modules/core/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/pom.xml b/examples/pom.xml
index dd93a165072..572c9886d37 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -109,7 +109,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.2</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
diff --git a/modules/core/pom.xml b/modules/core/pom.xml
index 3256a4e219c..4399566ec22 100644
--- a/modules/core/pom.xml
+++ b/modules/core/pom.xml
@@ -136,7 +136,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.2</version>
+ <version>1.11.0</version>
<scope>test</scope>
</dependency>