From c703dbad1ea2fc44d812a575d4998b804d735495 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 11 Jun 2024 13:24:56 +0100 Subject: [PATCH] Upgrade to HSQLDB 2.7.3 Closes gh-41057 --- 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 0844050807..14a153690a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -413,7 +413,7 @@ bom { ] } } - library("HSQLDB", "2.7.2") { + library("HSQLDB", "2.7.3") { group("org.hsqldb") { modules = [ "hsqldb"