You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by co...@apache.org on 2022/06/27 08:46:04 UTC

[directory-server] 02/04: Updating Commons CLI to 1.5.0

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

coheigea pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/directory-server.git

commit fbef318db0f2c1c7e0d7fc025a3aefd653d6a484
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jun 27 08:27:27 2022 +0100

    Updating Commons CLI to 1.5.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b5b78f4d2d..154df84837 100644
--- a/pom.xml
+++ b/pom.xml
@@ -55,7 +55,7 @@
     <!-- Set versions for depending jars -->
     <ant.version>1.10.12</ant.version>
     <bcprov.version>1.70</bcprov.version>
-    <commons.cli.version>1.4</commons.cli.version>
+    <commons.cli.version>1.5.0</commons.cli.version>
     <commons.codec.version>1.15</commons.codec.version>
     <commons.collections.version>4.4</commons.collections.version>
     <commons.daemon.version>1.2.4</commons.daemon.version>