From a576ef33ac246f2d7b4edb74554a6f6792553e1d Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Tue, 7 Nov 2023 10:55:06 +0100 Subject: [PATCH] [NO-JIRA] Update com.h2database:h2 2.2.222 -> 2.2.224 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d0715162492..8e26ab7e657 100644 --- a/build.gradle +++ b/build.gradle @@ -315,7 +315,7 @@ subprojects { exclude 'org.codehaus.mojo:animal-sniffer-annotations' } dependency "com.google.protobuf:protobuf-java:${protobufVersion}" - dependency 'com.h2database:h2:2.2.222' + dependency 'com.h2database:h2:2.2.224' dependencySet(group: 'com.hazelcast', version: '5.3.5') { entry 'hazelcast' } -- 2.39.5