]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-20328 Update com.microsoft.sqlserver:mssql-jdbc to 12.4.1.jre11
authorMatteo Mara <matteo.mara@sonarsource.com>
Wed, 6 Sep 2023 13:06:22 +0000 (15:06 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 6 Sep 2023 20:02:49 +0000 (20:02 +0000)
build.gradle

index 68d6aac15e5b6343ee1bf752e4a8604317e43c0e..4bc2a31222bc5d5807cacc0f91d5f4cbde1a5ff5 100644 (file)
@@ -315,7 +315,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.2.0.jre11') {
+      dependency('com.microsoft.sqlserver:mssql-jdbc:12.4.1.jre11') {
         exclude 'com.fasterxml.jackson.core:jackson-databind'
       }
       dependency 'com.onelogin:java-saml:2.9.0'