From: Alain Kermis Date: Thu, 27 Jun 2024 08:16:08 +0000 (+0200) Subject: SONAR-22447 Upgrade com.microsoft.sqlserver:mssql-jdbc to 12.6.3.jre11 X-Git-Tag: 10.7.0.96327~396 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=6444716630ac92c62507cf63db1265187f8fab68;p=sonarqube.git SONAR-22447 Upgrade com.microsoft.sqlserver:mssql-jdbc to 12.6.3.jre11 --- 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'