]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] Update com.microsoft.sqlserver:mssql-jdbc to 11.2.2.jre17
authorMatteo Mara <matteo.mara@sonarsource.com>
Fri, 16 Dec 2022 17:00:33 +0000 (18:00 +0100)
committersonartech <sonartech@sonarsource.com>
Tue, 20 Dec 2022 20:03:01 +0000 (20:03 +0000)
build.gradle
sonar-application/src/main/assembly/conf/sonar.properties

index d3bc8425088c723bf23411959b41a5811c9d01d7..daa6d7292d0f6b100b3b397502b0855f0bb39726 100644 (file)
@@ -255,7 +255,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.1.jre11') {
+      dependency('com.microsoft.sqlserver:mssql-jdbc:11.2.2.jre17') {
         exclude 'com.fasterxml.jackson.core:jackson-databind'
       }
       dependency 'com.onelogin:java-saml:2.9.0'
index 31f9fe7d4aa90fcbf0e3692680e3f576346a1f7b..2dc3b960265848995d9a23c15653bf770f930c55 100644 (file)
@@ -48,9 +48,9 @@
 # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
 # Use the following connection string if you want to use integrated security with Microsoft Sql Server
 # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security
-# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.1 package from
-# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.1/mssql-jdbc_auth.zip
-# and 'mssql-jdbc_auth-11.2.1.x64.dll' to your path.
+# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.2 package from
+# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.2/mssql-jdbc_auth.zip
+# and 'mssql-jdbc_auth-11.2.2.x64.dll' to your path.
 #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true
 
 # Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server.