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-engine.git
commit 76fe9e6453c2baefa189eb58a22b5b912e130e10 Author: Michael Osipov <micha...@apache.org> AuthorDate: Tue Jul 30 20:11:09 2024 +0200 Upgrade to Spring Framework 5.3.37 --- spring-velocity-support/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml index 9fd94d97..1f5b6f4b 100644 --- a/spring-velocity-support/pom.xml +++ b/spring-velocity-support/pom.xml @@ -34,7 +34,7 @@ <dependency> <groupId>org.springframework</groupId> <artifactId>spring-framework-bom</artifactId> - <version>5.3.31</version> + <version>5.3.37</version> <type>pom</type> <scope>import</scope> </dependency>