From 274cfc0af07661bfe29550fc72d80996ee62ad98 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 14 Apr 2021 08:28:14 +0200 Subject: [PATCH] Upgrade to HSQLDB 2.5.2 Closes gh-26096 --- 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 b258ebc927..4b528e35ce 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -448,7 +448,7 @@ bom { ] } } - library("HSQLDB", "2.5.1") { + library("HSQLDB", "2.5.2") { group("org.hsqldb") { modules = [ "hsqldb"