From 033b0b180be1ef891bf90bd5914e9c5431579c52 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jun 2023 08:44:32 +0200 Subject: [PATCH] Upgrade to HSQLDB 2.7.2 Closes gh-35831 --- 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 eb779e092b..ca6df79c59 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -401,7 +401,7 @@ bom { ] } } - library("HSQLDB", "2.7.1") { + library("HSQLDB", "2.7.2") { group("org.hsqldb") { modules = [ "hsqldb"