You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hbase.apache.org by hu...@apache.org on 2021/11/29 10:02:27 UTC

[hbase-thirdparty] 01/01: HBASE-26505 [hbase-thirdparty] Bump commons-cli version to 1.5.0

This is an automated email from the ASF dual-hosted git repository.

huangzhuoyue pushed a commit to branch HBASE-26505
in repository https://gitbox.apache.org/repos/asf/hbase-thirdparty.git

commit be9ac5e8b382a3a14f1d0f3af00eee67c91ef591
Author: GeorryHuang <21...@qq.com>
AuthorDate: Mon Nov 29 17:59:41 2021 +0800

    HBASE-26505 [hbase-thirdparty] Bump commons-cli version to 1.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b001a3d..14b01e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -132,7 +132,7 @@
     <protobuf.version>3.19.1</protobuf.version>
     <netty.version>4.1.65.Final</netty.version>
     <guava.version>30.1.1-jre</guava.version>
-    <commons-cli.version>1.4</commons-cli.version>
+    <commons-cli.version>1.5.0</commons-cli.version>
     <commons-collections.version>4.4</commons-collections.version>
     <error_prone_annotations.version>2.7.1</error_prone_annotations.version>
     <gson.version>2.8.5</gson.version>