You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@creadur.apache.org by po...@apache.org on 2019/05/30 17:47:09 UTC

[creadur-rat] 03/03: RAT-244: Update commons-cli

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

pottlinger pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/creadur-rat.git

commit 8e3ef24d1271800ab2099b8b07a5d9c5bac46b44
Author: Hugo Hirsch <gi...@hugo-hirsch.de>
AuthorDate: Thu May 30 19:40:15 2019 +0200

    RAT-244: Update commons-cli
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1ef02d8..0e7f903 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,7 @@ agnostic home for software distribution comprehension and audit tools.
       <dependency>
         <groupId>commons-cli</groupId>
         <artifactId>commons-cli</artifactId>
-        <version>1.3.1</version>
+        <version>1.4</version>
       </dependency>
       <dependency>
         <groupId>commons-collections</groupId>