From beaa7c970c3477d7f28b70f41b8f7b59cf7c142a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 19:28:27 +0200 Subject: [PATCH] chore(deps): bump com.h2database:h2 from 2.2.224 to 2.3.230 (#46) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e14ab6a..59166d8 100644 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ repositories { } dependencies { - implementation "com.h2database:h2:2.2.224" + implementation "com.h2database:h2:2.3.230" implementation 'org.apache.commons:commons-csv:1.11.0' compileOnly 'org.projectlombok:lombok:1.18.34' annotationProcessor 'org.projectlombok:lombok:1.18.34'