From 028e50dc9744367a850f6bdcc43386404bc97871 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 18:06:07 +0000 Subject: [PATCH] Update dependency com.h2database:h2 to v2.4.240 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cc45f2f0..0027da07 100644 --- a/build.gradle +++ b/build.gradle @@ -124,7 +124,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' - runtimeOnly 'com.h2database:h2:2.3.232' + runtimeOnly 'com.h2database:h2:2.4.240' runtimeOnly 'org.postgresql:postgresql:42.7.8' runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.14'