From e083829d5190028472d789b1a58e1b481fe03c2d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 20:57:53 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.2.224 to 2.4.240 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.4.240. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.4.240) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.4.240 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- core/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/build.gradle.kts b/core/build.gradle.kts index 3f87bc7..2b10809 100644 --- a/core/build.gradle.kts +++ b/core/build.gradle.kts @@ -31,7 +31,7 @@ dependencies { implementation("org.jetbrains.exposed:exposed-dao:1.2.0") implementation("org.jetbrains.exposed:exposed-jdbc:1.2.0") - implementation("com.h2database:h2:2.2.224") + implementation("com.h2database:h2:2.4.240") implementation("org.slf4j:slf4j-api:2.0.12") implementation("ch.qos.logback:logback-classic:1.5.32")