From: Zipeng WU Date: Tue, 16 Aug 2022 14:27:51 +0000 (+0200) Subject: Update h2 to 2.1.214 X-Git-Tag: 9.7.0.61563~367 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6a778a97e741e817af0bdb1ae578239f8a9fa654;p=sonarqube.git Update h2 to 2.1.214 --- diff --git a/build.gradle b/build.gradle index f8ff56277e7..63e3af31b82 100644 --- a/build.gradle +++ b/build.gradle @@ -224,7 +224,7 @@ subprojects { exclude 'org.codehaus.mojo:animal-sniffer-annotations' } dependency "com.google.protobuf:protobuf-java:${protobufVersion}" - dependency 'com.h2database:h2:2.1.212' + dependency 'com.h2database:h2:2.1.214' dependencySet(group: 'com.hazelcast', version: '4.2.4') { entry 'hazelcast' }