Upgrade hsqldb to 2.7.1

This commit is contained in:
Gary Russell
2022-11-01 11:19:07 -04:00
parent 62319c8e5b
commit 6f9871f6d1
2 changed files with 2 additions and 2 deletions

View File

@@ -143,7 +143,7 @@
<dependency>
<groupId>org.hsqldb</groupId>
<artifactId>hsqldb</artifactId>
<version>2.7.0</version>
<version>2.7.1</version>
<scope>compile</scope>
</dependency>
<dependency>

View File

@@ -237,7 +237,7 @@ subprojects { subproject ->
ftpServerVersion = '1.1.2'
flexjsonVersion = '2.0'
groovyVersion = '4.0.6'
hsqldbVersion = '2.7.0'
hsqldbVersion = '2.7.1'
h2Version = '2.1.214'
jacksonVersion = '2.13.4'
mailVersion = '2.0.1'