From: Duarte Meneses Date: Mon, 13 Jun 2022 17:02:57 +0000 (-0500) Subject: SONAR-16483 Update dependency h2 to v2.1.212 X-Git-Tag: 9.6.0.59041~345 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=595f558c6d0ea28c42b0b84a561594d812866ece;p=sonarqube.git SONAR-16483 Update dependency h2 to v2.1.212 --- diff --git a/build.gradle b/build.gradle index fd5509660d8..769de49333b 100644 --- a/build.gradle +++ b/build.gradle @@ -223,7 +223,7 @@ subprojects { exclude 'org.codehaus.mojo:animal-sniffer-annotations' } dependency "com.google.protobuf:protobuf-java:${protobufVersion}" - dependency 'com.h2database:h2:2.1.210' + dependency 'com.h2database:h2:2.1.212' dependencySet(group: 'com.hazelcast', version: '4.2.4') { entry 'hazelcast' }