This is an automated email from the ASF dual-hosted git repository.
fokko pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/avro.git
The following commit(s) were added to refs/heads/master by this push:
new 9bf8b01 AVRO-2263 Bump Apache commons-cli to 1.4 (#371)
9bf8b01 is described below
commit 9bf8b01243b059911dc042ed2b0ecf4729005cf0
Author: Fokko Driesprong <fokko@driesprong.frl>
AuthorDate: Mon Nov 12 16:22:04 2018 +0100
AVRO-2263 Bump Apache commons-cli to 1.4 (#371)
---
lang/java/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/lang/java/pom.xml b/lang/java/pom.xml
index e3dc76d..cb596cf 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -52,7 +52,7 @@
<velocity.version>2.0</velocity.version>
<maven.version>2.0.11</maven.version>
<ant.version>1.10.0</ant.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-compress.version>1.18</commons-compress.version>
<commons-lang.version>3.8.1</commons-lang.version>
|