You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jg...@apache.org on 2020/04/29 14:13:33 UTC

[tomee] branch master updated: Update Commons-CLI

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 9610d54  Update Commons-CLI
     new f1d42d8  Merge remote-tracking branch 'apache/master'
9610d54 is described below

commit 9610d540cd5d0b2dd2160ddfbb16d61d0c8a111d
Author: Jonathan Gallimore <jo...@jrg.me.uk>
AuthorDate: Wed Apr 29 15:10:14 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index 93a441b..bf646f6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
 
     <!-- Apache Commons -->
     <commons-beanutils.version>1.9.4</commons-beanutils.version>
-    <commons-cli.version>1.2</commons-cli.version>
+    <commons-cli.version>1.4</commons-cli.version>
     <commons-logging.version>1.2</commons-logging.version>
     <commons-logging-api.version>1.1</commons-logging-api.version>
     <commons-dbcp.version>2.1</commons-dbcp.version>