]> source.dussan.org Git - sonarqube.git/commitdiff
[NO-JIRA] Fix version of Microsoft SQL JDBC in the comments
authorLéo Geoffroy <leo.geoffroy@sonarsource.com>
Thu, 23 Nov 2023 10:03:30 +0000 (11:03 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 23 Nov 2023 20:02:58 +0000 (20:02 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index db7bf91f6a9d6d16f5010bdc98e8990c8f693609..63f50c0c7a50738d56d2bcb6e4ddca6f2cd6f508 100644 (file)
@@ -48,7 +48,7 @@
 # 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 12.2.0 package from
+# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 12.4.2 package from
 # https://github.com/microsoft/mssql-jdbc/releases/download/v12.4.2/mssql-jdbc_auth.zip
 # and 'mssql-jdbc_auth-12.4.2.x64.dll' to your path.
 #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true