This is an automated email from the ASF dual-hosted git repository.
ntimofeev pushed a commit to branch STABLE-4.2
in repository https://gitbox.apache.org/repos/asf/cayenne.git
The following commit(s) were added to refs/heads/STABLE-4.2 by this push:
new 4bafafadd CAY-2852 Update velocity-engine-core dependency
4bafafadd is described below
commit 4bafafaddc0e71bf8686bc1a2a227e556c3a18b4
Author: Nikita Timofeev <[email protected]>
AuthorDate: Fri Apr 26 17:34:55 2024 +0400
CAY-2852 Update velocity-engine-core dependency
---
RELEASE-NOTES.txt | 2 ++
pom.xml | 4 ++--
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt
index cd90a551c..f8b327026 100644
--- a/RELEASE-NOTES.txt
+++ b/RELEASE-NOTES.txt
@@ -13,6 +13,8 @@ Date:
----------------------------------
Changes/New Features:
+CAY-2852 Update velocity-engine-core dependency
+
Bug Fixes:
CAY-2806 Incorrect processing of unicode escape syntax in JSON
diff --git a/pom.xml b/pom.xml
index 16733b1b4..e0d9b9da4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -404,12 +404,12 @@
<dependency>
<groupId>org.apache.velocity</groupId>
<artifactId>velocity-engine-core</artifactId>
- <version>2.1</version>
+ <version>2.3</version>
</dependency>
<dependency>
<groupId>org.apache.velocity.tools</groupId>
<artifactId>velocity-tools-generic</artifactId>
- <version>3.0</version>
+ <version>3.1</version>
</dependency>
<dependency>
<groupId>foundrylogic.vpp</groupId>