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
The following commit(s) were added to refs/heads/master by this push:
new 3e3bd70b [VELOCITY-973] Upgrade dependencies
3e3bd70b is described below
commit 3e3bd70b28bba1f7073f33825837e4346f411272
Author: Michael Osipov <[email protected]>
AuthorDate: Sat Feb 10 18:54:01 2024 +0100
[VELOCITY-973] Upgrade dependencies
This closes #38
---
pom.xml | 2 +-
spring-velocity-support/pom.xml | 17 +++++++++++------
velocity-engine-core/pom.xml | 4 ++--
3 files changed, 14 insertions(+), 9 deletions(-)
diff --git a/pom.xml b/pom.xml
index a2e446c7..6b17acfe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,7 +42,7 @@
<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<junit.version>4.13.2</junit.version>
- <slf4j.version>1.7.30</slf4j.version>
+ <slf4j.version>1.7.36</slf4j.version>
</properties>
<build>
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index ade1f408..ab531af0 100644
--- a/spring-velocity-support/pom.xml
+++ b/spring-velocity-support/pom.xml
@@ -29,9 +29,17 @@
<artifactId>spring-velocity-support</artifactId>
<name>Spring framework Velocity support</name>
<description>Velocity Engine factory bean for Spring
framework</description>
- <properties>
- <springframework.version>5.3.27</springframework.version>
- </properties>
+ <dependencyManagement>
+ <dependencies>
+ <dependency>
+ <groupId>org.springframework</groupId>
+ <artifactId>spring-framework-bom</artifactId>
+ <version>5.3.31</version>
+ <type>pom</type>
+ <scope>import</scope>
+ </dependency>
+ </dependencies>
+ </dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.velocity</groupId>
@@ -41,17 +49,14 @@
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-core</artifactId>
- <version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-beans</artifactId>
- <version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context</artifactId>
- <version>${springframework.version}</version>
</dependency>
<dependency>
<groupId>junit</groupId>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index a3bddc8f..a92086be 100644
--- a/velocity-engine-core/pom.xml
+++ b/velocity-engine-core/pom.xml
@@ -49,7 +49,7 @@
-->
<test.jdbc.driver.groupId>org.hsqldb</test.jdbc.driver.groupId>
<test.jdbc.driver.artifactId>hsqldb</test.jdbc.driver.artifactId>
- <test.jdbc.driver.version>2.7.1</test.jdbc.driver.version>
+ <test.jdbc.driver.version>2.7.2</test.jdbc.driver.version>
<test.jdbc.driver.classifier>jdk8</test.jdbc.driver.classifier>
<test.jdbc.driver.className>org.hsqldb.jdbcDriver</test.jdbc.driver.className>
<test.jdbc.uri>jdbc:hsqldb:.</test.jdbc.uri>
@@ -259,7 +259,7 @@
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
- <version>3.11</version>
+ <version>3.14.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>