From dc1ea2136fe2091daf6e9a8af89df230ab6f013d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 24 Sep 2025 19:13:48 +0000 Subject: [PATCH] chore(deps): update dependency com.h2database:h2 to v2.4.240 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index fe3bf6e..b5bb653 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("org.springframework.boot:spring-boot-starter-security") implementation("org.springframework.boot:spring-boot-starter-web") implementation("org.mariadb.jdbc:mariadb-java-client:3.0.5") - implementation("com.h2database:h2:2.1.212") + implementation("com.h2database:h2:2.4.240") developmentOnly("org.springframework.boot:spring-boot-devtools")