Przeglądaj źródła

Update to HSQLDB 2.7.3

Josh Cummings 1 rok temu
rodzic
commit
624d6098a4

+ 1 - 1
servlet/java-configuration/authentication/username-password/jdbc/build.gradle

@@ -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"

+ 1 - 1
servlet/java-configuration/data/build.gradle

@@ -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"

+ 1 - 1
servlet/xml/java/contacts/build.gradle

@@ -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"

+ 1 - 1
servlet/xml/java/dms/build.gradle

@@ -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'