From c22a7c0585eae0c72611a1b691e5d7bf79f66410 Mon Sep 17 00:00:00 2001 From: Jason Porter Date: Mon, 22 Jul 2024 13:18:28 -0600 Subject: [PATCH] Upgrading Apache Velocity to 2.3 Full GAV change: org.apache.velocity:velocity:1.7 -> org.apache.velocity:velocity-engine-core:2.3 NOTE: There are some changes that need to be made to the velocity configuration. These can be found at https://velocity.apache.org/engine/2.3/upgrading.html#upgrading-from-velocity-22-to-velocity-23. Read all changes until 1.7 to 2.0. They all apply to this upgrade. Test and verify any usage of Apache Velocity templates. Signed-off-by: Jason Porter --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index af5e0b59552..2a6d9ffd49a 100644 --- a/pom.xml +++ b/pom.xml @@ -154,7 +154,7 @@ 4.1.2 2.9.2 9.0.83 - 1.7 + 2.3 3.1.0 2.2.5 1.17 @@ -4060,7 +4060,7 @@ org.apache.velocity - velocity + velocity-engine-core ${version.org.apache.velocity}