aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--build.gradle2
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'