You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@shiro.apache.org by fp...@apache.org on 2019/05/08 18:09:32 UTC

[shiro] branch master updated: [SHIRO-688] Upgrade to commons-cli 1.4

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

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


The following commit(s) were added to refs/heads/master by this push:
     new e917869  [SHIRO-688] Upgrade to commons-cli 1.4
     new 483b958  Merge pull request #131 from fpapon/SHIRO-688
e917869 is described below

commit e9178690f6b8837fbcff6808bb41aeca804511f0
Author: Francois Papon <fp...@apache.org>
AuthorDate: Wed May 8 20:59:41 2019 +0400

    [SHIRO-688] Upgrade to commons-cli 1.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index b834ad4..5910b98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -78,7 +78,7 @@
              modules' OSGi metadata: -->
         <aspectj.version>1.8.9</aspectj.version>
         <cas.client.core.version>3.2.2</cas.client.core.version>
-        <commons.cli.version>1.3.1</commons.cli.version>
+        <commons.cli.version>1.4</commons.cli.version>
         <commons.codec.version>1.10</commons.codec.version>
         <commons.configuration2.version>2.2</commons.configuration2.version>
         <commons.lang3.version>3.3.2</commons.lang3.version>