aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <claude@renegat.net>2021-02-27 12:43:34 +0100
committerClaude Brisson <claude@renegat.net>2021-02-27 12:43:34 +0100
commite2b3e63a7ddd4f752fd12e335e10ad7819c1336d (patch)
tree7cfd01e0195610b1fbe49fdf10bca7a830320354
parentf9ff834ac56afb1310a3dc1f8949d5e553df8082 (diff)
downloadapache-velocity-engine-e2b3e63a7ddd4f752fd12e335e10ad7819c1336d.tar.gz
[engine] Update hsqldb and spring dependencies versions
-rw-r--r--spring-velocity-support/pom.xml2
-rw-r--r--velocity-engine-core/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index f4701ffa..1f0d1127 100644
--- a/spring-velocity-support/pom.xml
+++ b/spring-velocity-support/pom.xml
@@ -30,7 +30,7 @@
<name>Spring framework Velocity support</name>
<description>Velocity Engine factory bean for Spring framework</description>
<properties>
- <springframework.version>5.2.6.RELEASE</springframework.version>
+ <springframework.version>5.3.4</springframework.version>
</properties>
<dependencies>
<dependency>
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index 191c247e..b31bea25 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.5.0</test.jdbc.driver.version>
+ <test.jdbc.driver.version>2.5.1</test.jdbc.driver.version>
<test.jdbc.driver.className>org.hsqldb.jdbcDriver</test.jdbc.driver.className>
<test.jdbc.uri>jdbc:hsqldb:.</test.jdbc.uri>
<test.jdbc.login>sa</test.jdbc.login>