From b551e129a81f9bc2d3975f41ed741011088e73ab Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 11 Sep 2022 09:13:14 +0000 Subject: [PATCH] Bump h2 from 2.1.210 to 2.1.214 Bumps [h2](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 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100755 => 100644 build.gradle diff --git a/build.gradle b/build.gradle old mode 100755 new mode 100644 index e0a76db..4c509c1 --- a/build.gradle +++ b/build.gradle @@ -26,7 +26,7 @@ dependencies { testRuntimeOnly "org.objenesis:objenesis:3.2" // allows mocking of classes without default constructor (together with ByteBuddy or CGLIB) // dependencies used by examples in this project - testRuntimeOnly "com.h2database:h2:2.1.210" + testRuntimeOnly "com.h2database:h2:2.1.214" implementation "org.apache.groovy:groovy-sql:4.0.5" }