You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zookeeper.apache.org by eo...@apache.org on 2023/01/20 13:19:37 UTC

[zookeeper] branch master updated: [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)

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

eolivelli pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/zookeeper.git


The following commit(s) were added to refs/heads/master by this push:
     new f26d9b7a8 [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)
f26d9b7a8 is described below

commit f26d9b7a84e6ce2d2269a9011ce46b6d28b430e1
Author: Enrico Olivelli <eo...@apache.org>
AuthorDate: Fri Jan 20 14:19:02 2023 +0100

    [ZOOKEEPER-4659] Upgrade commons-cli to 1.5.0 (#1970)
---
 pom.xml                                                                 | 2 +-
 .../lib/{commons-cli-1.4.LICENSE.txt => commons-cli-1.5.0.LICENSE.txt}  | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
old mode 100755
new mode 100644
index 232584547..2528c2719
--- a/pom.xml
+++ b/pom.xml
@@ -557,7 +557,7 @@
     <junit-platform.version>1.6.2</junit-platform.version>
     <mockito.version>3.6.28</mockito.version>
     <hamcrest.version>2.2</hamcrest.version>
-    <commons-cli.version>1.4</commons-cli.version>
+    <commons-cli.version>1.5.0</commons-cli.version>
     <netty.version>4.1.86.Final</netty.version>
     <jetty.version>9.4.49.v20220914</jetty.version>
     <jackson.version>2.13.2.1</jackson.version>
diff --git a/zookeeper-server/src/main/resources/lib/commons-cli-1.4.LICENSE.txt b/zookeeper-server/src/main/resources/lib/commons-cli-1.5.0.LICENSE.txt
similarity index 100%
rename from zookeeper-server/src/main/resources/lib/commons-cli-1.4.LICENSE.txt
rename to zookeeper-server/src/main/resources/lib/commons-cli-1.5.0.LICENSE.txt