From 8f752fb1512c03b2463b4ada9ea38ae427665ff1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 16:20:29 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.2.224 to 2.3.232 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.232. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.232) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index e945b24..653f4b6 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -28,7 +28,7 @@ val thumbnailatorVersion = "0.4.20" val commonsTextVersion = "1.12.0" val springSecurityVersion = "6.3.0" val mockitoVersion = "5.3.1" -val h2Version = "2.2.224" +val h2Version = "2.3.232" repositories { mavenCentral()