From 9f59c5e4902c90a67768adc35d33cb6b8d67d40e Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 5 Nov 2024 16:01:15 +0000 Subject: [PATCH] Upgrade to HSQLDB 2.7.4 Closes gh-43035 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 6307aa57d09..a5cf9fbccc0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -545,7 +545,7 @@ bom { ] } } - library("HSQLDB", "2.7.3") { + library("HSQLDB", "2.7.4") { group("org.hsqldb") { modules = [ "hsqldb"