diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2020-03-03 16:29:56 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2020-03-21 20:04:02 +0000 |
commit | 783c63506f2389aaf88c8afcf53558c039f1418e (patch) | |
tree | d5fce07e9a110e990fae37a1ea3e70d3790c598e /build.gradle | |
parent | e9fa5e43e52cba1b13ac49571ddd1ddd6b464a4a (diff) | |
download | sonarqube-783c63506f2389aaf88c8afcf53558c039f1418e.tar.gz sonarqube-783c63506f2389aaf88c8afcf53558c039f1418e.zip |
SONAR-13155 Add comment about instability of H2 1.4.200
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 28fe8bf55fc..8470c8cfc2b 100644 --- a/build.gradle +++ b/build.gradle @@ -190,6 +190,7 @@ subprojects { dependency 'com.google.code.gson:gson:2.8.5' dependency 'com.google.guava:guava:28.1-jre' dependency "com.google.protobuf:protobuf-java:${protobufVersion}" + // Do not upgrade H2 to 1.4.200 because of instability: https://github.com/h2database/h2database/issues/2205 dependency 'com.h2database:h2:1.4.199' dependencySet(group: 'com.hazelcast', version: '3.12.3') { entry 'hazelcast' |