You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by fo...@apache.org on 2019/02/06 21:48:23 UTC

[avro] branch master updated: AVRO-2316: Update ant to version 1.10.5 (#446)

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 c4f880e  AVRO-2316: Update ant to version 1.10.5 (#446)
c4f880e is described below

commit c4f880eb00b07a4cc6fbab24ae9f5c9d970d269b
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Wed Feb 6 22:48:18 2019 +0100

    AVRO-2316: Update ant to version 1.10.5 (#446)
---
 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 b9996e3..87659b4 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -50,7 +50,7 @@
     <snappy.version>1.1.7.2</snappy.version>
     <velocity.version>2.0</velocity.version>
     <maven.version>2.0.11</maven.version>
-    <ant.version>1.10.0</ant.version>
+    <ant.version>1.10.5</ant.version>
     <commons-cli.version>1.4</commons-cli.version>
     <commons-codec.version>1.11</commons-codec.version>
     <commons-compress.version>1.18</commons-compress.version>