]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-19005 - Upgrade mssql driver dependency
authorAntoine Vinot <antoine.vinot@sonarsource.com>
Wed, 12 Apr 2023 12:32:42 +0000 (14:32 +0200)
committersonartech <sonartech@sonarsource.com>
Thu, 13 Apr 2023 20:03:05 +0000 (20:03 +0000)
build.gradle
sonar-application/src/main/assembly/conf/sonar.properties

index ce2c55109ccc89e390bdc3b7122dbd128e73afd9..e0d51450556d0217893dc9fe17146805cf2b3c8e 100644 (file)
@@ -266,7 +266,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:11.2.3.jre17') {
+      dependency('com.microsoft.sqlserver:mssql-jdbc:12.2.0.jre11') {
         exclude 'com.fasterxml.jackson.core:jackson-databind'
       }
       dependency 'com.onelogin:java-saml:2.9.0'
index 65be854976f6bd2e37c3f699289448581423be44..b999c3ab851f7e04191d6fd3c3d9bae92b2770d4 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.3 package from
-# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.3/mssql-jdbc_auth.zip
-# and 'mssql-jdbc_auth-11.2.3.x64.dll' to your path.
+# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 12.2.0 package from
+# https://github.com/microsoft/mssql-jdbc/releases/download/v12.2.0/mssql-jdbc_auth.zip
+# and 'mssql-jdbc_auth-12.2.0.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.