From 0623d1e4d4132d3cb3c9da22d233a41aba1f8713 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 20 Jan 2022 16:09:58 +0000 Subject: [PATCH] Upgrade to HSQLDB 2.6.1 Closes gh-29511 --- 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 51b0df968e..6baa068453 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.5.2") { + library("HSQLDB", "2.6.1") { group("org.hsqldb") { modules = [ "hsqldb"