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

michaelo pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/velocity-tools.git


The following commit(s) were added to refs/heads/master by this push:
     new 22a0b721 [VELTOOLS-205] Upgrade to Velocity Engine 2.4
22a0b721 is described below

commit 22a0b721f4f69c2a4f2270098074614baac45995
Author: Michael Osipov <micha...@apache.org>
AuthorDate: Sat Feb 10 20:35:51 2024 +0100

    [VELTOOLS-205] Upgrade to Velocity Engine 2.4
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 1cd12ec5..5cbff690 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
       <dependency>
         <groupId>org.apache.velocity</groupId>
         <artifactId>velocity-engine-core</artifactId>
-        <version>2.3</version>
+        <version>2.4</version>
       </dependency>
       <dependency>
         <groupId>org.apache.commons</groupId>

Reply via email to