From c8f16e7fbeabb4a5dc4356264d8b6e6626e81d32 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 17 Jul 2024 08:05:42 +0100 Subject: [PATCH] Upgrade to H2 2.3.230 Closes gh-41538 --- 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 567429c8adb..8c64b7587c0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -482,7 +482,7 @@ bom { releaseNotes("https://github.com/google/gson/releases/tag/gson-parent-{version}") } } - library("H2", "2.2.224") { + library("H2", "2.3.230") { group("com.h2database") { modules = [ "h2"