diff options
author | Alain Kermis <alain.kermis@sonarsource.com> | 2024-06-27 10:16:08 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-07-01 20:03:09 +0000 |
commit | 6444716630ac92c62507cf63db1265187f8fab68 (patch) | |
tree | 2f514ed577244753c77ece544e10a5834698cf6d /build.gradle | |
parent | 4f087e573334b74c5d236b6d76435088195daf34 (diff) | |
download | sonarqube-6444716630ac92c62507cf63db1265187f8fab68.tar.gz sonarqube-6444716630ac92c62507cf63db1265187f8fab68.zip |
SONAR-22447 Upgrade com.microsoft.sqlserver:mssql-jdbc to 12.6.3.jre11
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index d8e944ad9b4..4263ad73b5c 100644 --- a/build.gradle +++ b/build.gradle @@ -338,7 +338,7 @@ subprojects { entry 'hazelcast' } // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7 - dependency('com.microsoft.sqlserver:mssql-jdbc:12.6.1.jre11') { + dependency('com.microsoft.sqlserver:mssql-jdbc:12.6.3.jre11') { exclude 'com.fasterxml.jackson.core:jackson-databind' } dependency 'com.onelogin:java-saml:2.9.0' |