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 9fb274b PHOENIX-7450 Update commons-cli to 1.9 in phoenix-thirdparty
(#10)
9fb274b is described below
commit 9fb274be23e15d077f8df11b2ab3c881cbaf5928
Author: Istvan Toth <[email protected]>
AuthorDate: Wed Feb 19 13:00:49 2025 +0100
PHOENIX-7450 Update commons-cli to 1.9 in phoenix-thirdparty (#10)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 7f91cbc..4fe7853 100644
--- a/pom.xml
+++ b/pom.xml
@@ -62,7 +62,7 @@
<properties>
<rename.offset>org.apache.phoenix.thirdparty</rename.offset>
<guava.version>32.1.3-jre</guava.version>
- <commons-cli.version>1.5.0</commons-cli.version>
+ <commons-cli.version>1.9.0</commons-cli.version>
</properties>
<build>