This is an automated email from the ASF dual-hosted git repository.
stoty pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/phoenix-thirdparty.git
The following commit(s) were added to refs/heads/master by this push:
new 8938da5 PHOENIX-7712 Update commons-cli to 1.10.0 in
phoenix-thirdparty (#15)
8938da5 is described below
commit 8938da583366fb6ddeac49ecc197be816f34ee3f
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Oct 22 11:36:12 2025 +0200
PHOENIX-7712 Update commons-cli to 1.10.0 in phoenix-thirdparty (#15)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index afb786e..729dc9a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -63,7 +63,7 @@
<properties>
<rename.offset>org.apache.phoenix.thirdparty</rename.offset>
<guava.version>33.4.8-jre</guava.version>
- <commons-cli.version>1.9.0</commons-cli.version>
+ <commons-cli.version>1.10.0</commons-cli.version>
<protobuf.version>4.32.0</protobuf.version>
</properties>