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/09/01 18:32:54 UTC

[avro] branch master updated: AVRO-2541: Bump velocity-engine-core from 2.0 to 2.1 (#632)

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 c493a4e  AVRO-2541: Bump velocity-engine-core from 2.0 to 2.1 (#632)
c493a4e is described below

commit c493a4ed56e02df0bcce800eec10b3aab7a359ff
Author: Fokko Driesprong <fo...@apache.org>
AuthorDate: Sun Sep 1 20:32:49 2019 +0200

    AVRO-2541: Bump velocity-engine-core from 2.0 to 2.1 (#632)
---
 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 4fb0c46..8d1dec0 100644
--- a/lang/java/pom.xml
+++ b/lang/java/pom.xml
@@ -51,7 +51,7 @@
     <thrift.version>0.12.0</thrift.version>
     <slf4j.version>1.7.25</slf4j.version>
     <snappy.version>1.1.7.3</snappy.version>
-    <velocity.version>2.0</velocity.version>
+    <velocity.version>2.1</velocity.version>
     <maven.version>2.0.11</maven.version>
     <ant.version>1.10.5</ant.version>
     <commons-cli.version>1.4</commons-cli.version>