From 3d3cd2332aab780987e66ead8e7bc9272289e307 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 7 Jul 2022 17:36:52 +0100 Subject: [PATCH] Upgrade to H2 2.1.214 Closes gh-31632 --- 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 e5723b27f2..0e173eb31f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -318,7 +318,7 @@ bom { ] } } - library("H2", "2.1.212") { + library("H2", "2.1.214") { group("com.h2database") { modules = [ "h2"