From 6ab9c1f31d24536c287594c26f1b4862bf6ff40a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Jul 2024 14:50:27 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.2.224 to 2.3.230 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.2.224 to 2.3.230. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.2.224...version-2.3.230) --- 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 d394aa9..540123c 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -66,7 +66,7 @@ dependencies { testImplementation("org.springframework.boot:spring-boot-starter-test") { exclude(module = "junit") } - testImplementation("com.h2database:h2:2.2.224") + testImplementation("com.h2database:h2:2.3.230") detektPlugins("io.gitlab.arturbosch.detekt:detekt-formatting:$detektVersion")