From 8f9442a7418ae858e642933f9cfe3b8cdfaab0df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Nicoll?= Date: Mon, 11 Nov 2024 07:26:27 +0900 Subject: [PATCH] Upgrade to HSQLDB 2.7.4 Closes gh-43089 --- 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 ce9dd7b2f7..b841992bab 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -417,7 +417,7 @@ bom { ] } } - library("HSQLDB", "2.7.3") { + library("HSQLDB", "2.7.4") { group("org.hsqldb") { modules = [ "hsqldb"