From 0429ab4b88bf32d169a39a4c685d7ff60dee4ac0 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:47:24 +0200 Subject: [PATCH] Upgrade to HSQLDB 2.5.2 Closes gh-26101 --- 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 8225e1e1627..d7641a4f486 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -433,7 +433,7 @@ bom { ] } } - library("HSQLDB", "2.5.1") { + library("HSQLDB", "2.5.2") { group("org.hsqldb") { modules = [ "hsqldb"