From e45352ef9186152cdf63faa38cb8442f8e180a6f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 10 Sep 2026 21:16:04 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.4.240 to 2.5.250 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.4.240 to 2.5.250. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.4.240...version-2.5.250) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-version: 2.5.250 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 cebb263..11ac819 100644 --- a/build.gradle +++ b/build.gradle @@ -32,7 +32,7 @@ dependencies { implementation 'com.google.code.gson:gson:2.14.0' implementation 'com.bitpay:bitpay_sdk:10.3.2' implementation 'org.liquibase:liquibase-core:5.0.4' - implementation 'com.h2database:h2:2.4.240' + implementation 'com.h2database:h2:2.5.250' implementation 'org.springframework:spring-webflux:7.0.9' implementation 'org.springframework:spring-websocket:7.0.9' implementation 'org.springframework:spring-messaging:7.0.9'