aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorClaude Brisson <cbrisson@apache.org>2022-10-23 15:37:07 +0200
committerGitHub <noreply@github.com>2022-10-23 15:37:07 +0200
commit3df7309873a531c4ec6d17a4ab19fadc333cdb9f (patch)
treeaab95201c5fc5c5e20b58418887d1c2218bc6f9d
parent28c97b43c731ea42f87bcbdbd08d08fd08533a58 (diff)
parent3d10a9669af300bc9c0681f1c653b129568160c4 (diff)
downloadapache-velocity-engine-3df7309873a531c4ec6d17a4ab19fadc333cdb9f.tar.gz
Merge pull request #32 from sultan/cve
update dependencies to avoid CVE warnings
-rw-r--r--velocity-engine-core/pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/velocity-engine-core/pom.xml b/velocity-engine-core/pom.xml
index bec9c9a5..1fab8a1e 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.1</test.jdbc.driver.version>
+ <test.jdbc.driver.version>2.7.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>