From 1663e46720b70b62fd1a156a89ef4ea6ef2538de Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 21 Jul 2020 12:35:45 +0100 Subject: [PATCH] Upgrade to HSQLDB 2.5.1 Closes gh-22462 --- 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 35b5e2b231..9de353f93b 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -443,7 +443,7 @@ bom { ] } } - library("HSQLDB", "2.5.0") { + library("HSQLDB", "2.5.1") { group("org.hsqldb") { modules = [ "hsqldb"