From 323105fe2a3159c360ae2052c421b29cddf41f1d Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 1 Nov 2022 19:54:58 +0000 Subject: [PATCH] Upgrade to HSQLDB 2.7.1 Closes gh-32959 --- 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 d911fcc3ce..96865cc445 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -384,7 +384,7 @@ bom { ] } } - library("HSQLDB", "2.7.0") { + library("HSQLDB", "2.7.1") { group("org.hsqldb") { modules = [ "hsqldb"