This is an automated email from the ASF dual-hosted git repository.
pottlinger pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/creadur-whisker.git
The following commit(s) were added to refs/heads/master by this push:
new dafaed2 WHISKER-19: Update commons-cli
dafaed2 is described below
commit dafaed2f13c5b524eda7a96a5ef0a14bcfefeaaa
Author: Hugo Hirsch <[email protected]>
AuthorDate: Tue May 18 13:06:57 2021 +0200
WHISKER-19: Update commons-cli
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 4478345..a699c60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,7 +49,7 @@
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
- <version>1.2</version>
+ <version>1.4</version>
</dependency>
<dependency>
<groupId>commons-io</groupId>