From 79a3d098e6c821a78b62663654f0f142162c9b73 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 18 Apr 2022 10:49:19 +0200 Subject: [PATCH] Upgrade to H2 2.1.212 Closes gh-30714 --- 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 6dc0891fd2..a4afb1d22f 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -420,7 +420,7 @@ bom { ] } } - library("H2", "2.1.210") { + library("H2", "2.1.212") { group("com.h2database") { modules = [ "h2"