From dfb9fbc07bd382ad582daf3c04920e6f3aa731c9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 20 Jul 2024 04:34:14 +0000 Subject: [PATCH] chore(deps): bump com.h2database:h2 from 2.2.224 to 2.3.230 in /buildSrc 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] --- buildSrc/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index e384524c..9ab97d21 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -43,7 +43,7 @@ ext { javapoetVersion = '1.13.0' junitVersion = '5.10.0' junitPioneerVersion = '1.9.1' - h2Version = '2.2.224' + h2Version = '2.3.230' mockitoVersion = '4.11.0' systemRulesVersion = '1.19.0' }