From ef758c44f16a41eb3a93592bd06998764c9eebdd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 Feb 2024 09:34:39 +0000 Subject: [PATCH] Bump com.h2database:h2 from 2.1.214 to 2.2.220 Bumps [com.h2database:h2](https://github.com/h2database/h2database) from 2.1.214 to 2.2.220. - [Release notes](https://github.com/h2database/h2database/releases) - [Commits](https://github.com/h2database/h2database/compare/version-2.1.214...version-2.2.220) --- updated-dependencies: - dependency-name: com.h2database:h2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- fontus/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fontus/build.gradle b/fontus/build.gradle index ccca7d29..46ca28bd 100644 --- a/fontus/build.gradle +++ b/fontus/build.gradle @@ -52,7 +52,7 @@ dependencies { // Higher version of the sql connector breaks liquidbase with OpenMRS implementation 'mysql:mysql-connector-java:8.0.22' implementation 'com.owlike:genson:1.6' - implementation 'com.h2database:h2:2.1.214' + implementation 'com.h2database:h2:2.2.220' } apply plugin: 'java'