You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by rs...@apache.org on 2020/02/07 08:17:41 UTC

[avro] branch master updated: AVRO-2729: Upgrade Velocity to version 2.2

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

rskraba 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 f7892a3  AVRO-2729: Upgrade Velocity to version 2.2
f7892a3 is described below

commit f7892a319e4f8bf35098cc74ca0cbfcf7a3f6fc0
Author: Ismaël Mejía <ie...@gmail.com>
AuthorDate: Fri Feb 7 00:27:03 2020 +0100

    AVRO-2729: Upgrade Velocity to version 2.2
---
 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 1487421..f68d153 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.1</velocity.version>
+    <velocity.version>2.2</velocity.version>
     <maven.version>3.3.9</maven.version>
     <ant.version>1.10.5</ant.version>
     <commons-cli.version>1.4</commons-cli.version>