This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch VELTOOLS-206 in repository https://gitbox.apache.org/repos/asf/velocity-tools.git
commit 69fbb0ed4c0ecd936b2a9b839820717893f3dd72 Author: Michael Osipov <[email protected]> AuthorDate: Thu Sep 26 10:18:23 2024 +0200 [VELTOOLS-206] Upgrade to Velocity Engine 2.4 This closes #20 --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a7fe59f1..a00e8afd 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>
