From 5ea5f593285dd1927dcfbd1c774c4f0e10b5ab2f Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 9 Jun 2023 15:24:30 +0200 Subject: [PATCH] Upgrade to HSQLDB 2.7.2 Closes gh-35805 --- 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 603d26082c..8dc5042361 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -365,7 +365,7 @@ bom { ] } } - library("HSQLDB", "2.7.1") { + library("HSQLDB", "2.7.2") { group("org.hsqldb") { modules = [ "hsqldb"