aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorcolin-mueller-sonarsource <colin.mueller@sonarsource.com>2021-10-29 15:23:50 +0200
committersonartech <sonartech@sonarsource.com>2021-10-29 20:03:34 +0000
commit877c7e7caa873481c663052f704c53c96b0bb764 (patch)
tree63668543eb9e8dcf3318d4369f2a8441704cd838 /build.gradle
parentc09d1aaa5432d44bd5189d2cb2544bd311f8f99e (diff)
downloadsonarqube-877c7e7caa873481c663052f704c53c96b0bb764.tar.gz
sonarqube-877c7e7caa873481c663052f704c53c96b0bb764.zip
Add comment about MSSQL JDBC Driver in build.gradle
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle
index f85504a179a..b9f0bde241b 100644
--- a/build.gradle
+++ b/build.gradle
@@ -334,6 +334,7 @@ subprojects {
}
dependency 'com.hazelcast:hazelcast-kubernetes:2.2.3'
dependency 'com.ibm.icu:icu4j:3.4.4'
+ // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7
dependency 'com.microsoft.sqlserver:mssql-jdbc:9.2.0.jre11'
dependency 'com.oracle.database.jdbc:ojdbc8:19.3.0.0'
// upgrade okhttp3 dependency kotlin to get rid of not exploitable CVE-2020-29582