From 01457126a7e3adf8dd2cb5f9bb8f907a35e71e89 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Apr 2022 12:06:21 +0000 Subject: [PATCH] Bump h2 from 2.0.204 to 2.1.212 Bumps [h2](https://github.com/h2database/h2database) from 2.0.204 to 2.1.212. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.0.204...version-2.1.212) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 78c9395..cee19b9 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { implementation group: 'com.fasterxml.jackson.datatype', name: 'jackson-datatype-hibernate5', version: '2.13.1' // H2 - implementation group: 'com.h2database', name: 'h2', version:'2.0.204' + implementation group: 'com.h2database', name: 'h2', version:'2.1.212' // MariaDB implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '2.7.4'