aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSwell <5782559+sultan@users.noreply.github.com>2022-10-23 13:45:52 +0200
committerSwell <5782559+sultan@users.noreply.github.com>2022-10-23 13:45:52 +0200
commit3d10a9669af300bc9c0681f1c653b129568160c4 (patch)
treeaab95201c5fc5c5e20b58418887d1c2218bc6f9d
parent28c97b43c731ea42f87bcbdbd08d08fd08533a58 (diff)
downloadapache-velocity-engine-3d10a9669af300bc9c0681f1c653b129568160c4.tar.gz
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>