From 25179b17f3dfc0b623715f91faf2b89466b28444 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 08:17:53 +0900 Subject: [PATCH] Upgrade to HSQLDB 2.7.4 Closes gh-43101 --- 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 9d9e3d100d..297731b2ea 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -554,7 +554,7 @@ bom { ] } } - library("HSQLDB", "2.7.3") { + library("HSQLDB", "2.7.4") { group("org.hsqldb") { modules = [ "hsqldb"