From 6884681c0a10f137de7186876be6d549b0c1d9e3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 15:13:27 +0100 Subject: [PATCH] Upgrade to HSQLDB 2.7.3 Closes gh-41068 --- 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 8ae221d4c08..dd41a595b95 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -556,7 +556,7 @@ bom { ] } } - library("HSQLDB", "2.7.2") { + library("HSQLDB", "2.7.3") { group("org.hsqldb") { modules = [ "hsqldb"