aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlain Kermis <alain.kermis@sonarsource.com>2024-10-03 15:33:48 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:15 +0000
commit2fb47e00744c37a3ebb8381eb169d0e571feb27f (patch)
tree20630ede3dd404e6f56fb67aea5bac226ca48abd
parenta6787fc8a3dbca2a1bc12c82c9ccbdfb74ca15e7 (diff)
downloadsonarqube-2fb47e00744c37a3ebb8381eb169d0e571feb27f.tar.gz
sonarqube-2fb47e00744c37a3ebb8381eb169d0e571feb27f.zip
SONAR-23133 Update com.microsoft.sqlserver:mssql-jdbc to 12.8.1.jre11
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index a6f9f7fecc2..2c11a63cd02 100644
--- a/build.gradle
+++ b/build.gradle
@@ -335,7 +335,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.3.jre11') {
+ dependency('com.microsoft.sqlserver:mssql-jdbc:12.8.1.jre11') {
exclude 'com.fasterxml.jackson.core:jackson-databind'
}
dependency 'com.onelogin:java-saml:2.9.0'