diff options
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 a211da46c3c..09f59e698ef 100644 --- a/build.gradle +++ b/build.gradle @@ -252,7 +252,7 @@ subprojects { } dependency 'com.hazelcast:hazelcast-kubernetes:2.2.3' // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7 - dependency('com.microsoft.sqlserver:mssql-jdbc:11.2.0.jre11') { + dependency('com.microsoft.sqlserver:mssql-jdbc:11.2.1.jre11') { exclude 'com.fasterxml.jackson.core:jackson-databind' } dependency 'com.oracle.database.jdbc:ojdbc8:21.6.0.0.1' |