Update to HSQLDB 2.7.3

This commit is contained in:
Josh Cummings
2024-08-01 09:33:11 -06:00
parent 33d2ce13b6
commit 624d6098a4
4 changed files with 4 additions and 4 deletions

View File

@@ -27,7 +27,7 @@ dependencies {
providedCompile "org.glassfish.web:jakarta.servlet.jsp.jstl:2.0.0"
runtimeOnly 'net.sf.ehcache:ehcache:2.10.5'
runtimeOnly 'org.hsqldb:hsqldb:2.5.0'
runtimeOnly 'org.hsqldb:hsqldb:2.7.3'
runtimeOnly 'org.springframework:spring-context-support'
testImplementation 'org.mockito:mockito-core:3.12.4'