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 3d10a966 update dependencies to avoid CVE warnings
new 3df73098 Merge pull request #32 from sultan/cve
3d10a966 is described below
commit 3d10a9669af300bc9c0681f1c653b129568160c4
Author: Swell <[email protected]>
AuthorDate: Sun Oct 23 13:45:52 2022 +0200
update dependencies to avoid CVE warnings
---
velocity-engine-core/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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>