From 172b4c846a8cc06a4e5c2974aad6ce6b10aa16f3 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 11 Sep 2023 14:38:46 +0200 Subject: [PATCH] Upgrade to H2 2.2.222 Closes gh-37316 --- 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 c1cbe53e340..33f5f5d9980 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -352,7 +352,7 @@ bom { ] } } - library("H2", "2.2.220") { + library("H2", "2.2.222") { group("com.h2database") { modules = [ "h2"