You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2021/03/18 09:29:33 UTC

[activemq] branch master updated: [AMQ-8182] Upgrade to Velocity 2.3

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

jbonofre pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/master by this push:
     new a19bfcb  [AMQ-8182] Upgrade to Velocity 2.3
     new f13c706  Merge pull request #623 from jbonofre/AMQ-8182
a19bfcb is described below

commit a19bfcb51ee79f26cda2b0fc73c9adce93bb3483
Author: jbonofre <jb...@apache.org>
AuthorDate: Wed Mar 17 21:54:12 2021 +0100

    [AMQ-8182] Upgrade to Velocity 2.3
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fd0e4d7..6dbd847 100644
--- a/pom.xml
+++ b/pom.xml
@@ -109,7 +109,7 @@
     <snappy-version>1.1.2</snappy-version>
     <spring-version>4.3.30.RELEASE</spring-version>
     <taglibs-version>1.2.5</taglibs-version>
-    <velocity-version>2.2</velocity-version>
+    <velocity-version>2.3</velocity-version>
     <xalan-version>2.7.2</xalan-version>
     <xpp3-version>1.1.4c</xpp3-version>
     <xstream-version>1.4.15</xstream-version>