Update to HSQLDB 2.7.3
This commit is contained in:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user