From 2073f1d194792bd5dfffeb3cd66fccd1a1a0e1e9 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Wed, 12 Jul 2023 18:13:50 +0200 Subject: [PATCH] Upgrade to H2 2.2.220 Closes gh-36367 --- 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 a7dff9f051..5352c16fc8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -341,7 +341,7 @@ bom { ] } } - library("H2", "2.1.214") { + library("H2", "2.2.220") { group("com.h2database") { modules = [ "h2"