From c33fbad5dac2ce030e6e2fc4efa5eafe1c955460 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Oct 2025 12:43:48 +0000 Subject: [PATCH] build(deps): 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] --- app/proprietary/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/proprietary/build.gradle b/app/proprietary/build.gradle index ea484233a..40ad15eb1 100644 --- a/app/proprietary/build.gradle +++ b/app/proprietary/build.gradle @@ -62,7 +62,7 @@ dependencies { api "io.jsonwebtoken:jjwt-api:$jwtVersion" runtimeOnly "io.jsonwebtoken:jjwt-impl:$jwtVersion" runtimeOnly "io.jsonwebtoken:jjwt-jackson:$jwtVersion" - runtimeOnly 'com.h2database:h2:2.3.232' // Don't upgrade h2database + runtimeOnly 'com.h2database:h2:2.4.240' // Don't upgrade h2database runtimeOnly 'org.postgresql:postgresql:42.7.8' constraints { implementation "org.opensaml:opensaml-core:$openSamlVersion"