This is an automated email from the ASF dual-hosted git repository.

cbrisson 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 e2b3e63  [engine] Update hsqldb and spring dependencies versions
e2b3e63 is described below

commit e2b3e63a7ddd4f752fd12e335e10ad7819c1336d
Author: Claude Brisson <[email protected]>
AuthorDate: Sat Feb 27 12:43:34 2021 +0100

    [engine] Update hsqldb and spring dependencies versions
---
 spring-velocity-support/pom.xml | 2 +-
 velocity-engine-core/pom.xml    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/spring-velocity-support/pom.xml b/spring-velocity-support/pom.xml
index f4701ff..1f0d112 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 191c247..b31bea2 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>

Reply via email to