From 3e328b235ce1bf7fd428456eb03c414ea73ef028 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Sep 2025 05:30:30 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.3.232 to 2.4.240 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.3.232 to 2.4.240. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.3.232...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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 7b9e2cd..7e77ec1 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,7 @@ dependencies { testImplementation 'org.springframework.security:spring-security-test' testImplementation 'org.springframework.retry:spring-retry' testImplementation 'jakarta.validation:jakarta.validation-api:3.1.1' - testImplementation 'com.h2database:h2:2.3.232' + testImplementation 'com.h2database:h2:2.4.240' // Runtime dependencies moved to test scope for library testRuntimeOnly 'org.springframework.boot:spring-boot-devtools'