This is an automated email from the ASF dual-hosted git repository.
adoroszlai pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ratis.git
The following commit(s) were added to refs/heads/master by this push:
new 66611c7aa RATIS-2471. Bump commons-cli to 1.11.0 (#1398)
66611c7aa is described below
commit 66611c7aae5aa737bebc41f60836ff47892cc8ef
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 29 12:11:36 2026 +0200
RATIS-2471. Bump commons-cli to 1.11.0 (#1398)
---
ratis-shell/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ratis-shell/pom.xml b/ratis-shell/pom.xml
index efa96a786..495187b2a 100644
--- a/ratis-shell/pom.xml
+++ b/ratis-shell/pom.xml
@@ -43,7 +43,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.5.0</version>
+ <version>1.11.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>