From 6cf7d89009c2a211ca5f25141c7b8ee8cc24c9ec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jun 2022 21:20:13 +0000 Subject: [PATCH] Bump h2-mvstore from 2.1.210 to 2.1.214 in /buildSrc Bumps [h2-mvstore](https://github.com/h2database/h2database) from 2.1.210 to 2.1.214. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.1.210...version-2.1.214) --- updated-dependencies: - dependency-name: com.h2database:h2-mvstore dependency-type: direct:production update-type: version-update:semver-patch ... 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 bc5a3b392d1..82cec04d52d 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -6,7 +6,7 @@ repositories { } dependencies { - implementation 'com.h2database:h2-mvstore:2.1.210' + implementation 'com.h2database:h2-mvstore:2.1.214' implementation 'org.apache.commons:commons-csv:1.9.0' implementation 'org.slf4j:slf4j-api:2.0.0-alpha6' }