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

@@ -18,7 +18,7 @@ dependencies {
implementation platform(libs.org.springframework.security.spring.security.bom)
implementation platform("org.junit:junit-bom:5.10.3")
implementation "org.hsqldb:hsqldb:2.5.1"
implementation "org.hsqldb:hsqldb:2.7.3"
implementation "org.springframework.security:spring-security-config"
implementation "org.springframework.security:spring-security-web"
implementation "org.springframework:spring-jdbc"

View File

@@ -31,7 +31,7 @@ dependencies {
implementation 'jakarta.persistence:jakarta.persistence-api:3.0.0'
implementation 'org.hibernate.orm:hibernate-core:6.1.1.Final'
implementation 'org.hibernate.validator:hibernate-validator:8.0.1.Final'
implementation 'org.hsqldb:hsqldb:2.5.1'
implementation 'org.hsqldb:hsqldb:2.7.3'
implementation 'org.springframework.data:spring-data-jpa'
testImplementation "org.assertj:assertj-core:3.26.3"

View File

@@ -36,7 +36,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.springframework:spring-test"

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'