]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-15977 fixed jdbc package version in comment
authorTrabelsi Tobias <tobias.trabelsi@sonarsource.com>
Wed, 2 Feb 2022 08:30:13 +0000 (09:30 +0100)
committersonartech <sonartech@sonarsource.com>
Wed, 2 Feb 2022 20:02:54 +0000 (20:02 +0000)
sonar-application/src/main/assembly/conf/sonar.properties

index aaa8a03703ca6849b168ef1f718a7d3973036dd0..bedc8e9af88a75ee86de93eeda8c09d9dc37aca2 100644 (file)
@@ -40,7 +40,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 Driver 9.2.0 package from
+# For Integrated Security to work, you have to download the Microsoft SQL JDBC Driver 9.4.1 package from
 # https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#94
 # and copy mssql-jdbc_auth-9.4.1.x64.dll to your path.
 #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true