aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorTrabelsi Tobias <tobias.trabelsi@sonarsource.com>2022-01-26 08:41:12 +0100
committersonartech <sonartech@sonarsource.com>2022-01-26 20:02:44 +0000
commitb011476a0b167dc3cd5252c3428be01956dee5b2 (patch)
tree5fe696820c8ffa8f8b933a67fcd1dda9e384169c /sonar-application
parent26c830d6910e9a26444483f825fb8bb8631ac962 (diff)
downloadsonarqube-b011476a0b167dc3cd5252c3428be01956dee5b2.tar.gz
sonarqube-b011476a0b167dc3cd5252c3428be01956dee5b2.zip
SONAR-15679 updated jdbc drivers
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index f62ffb272d5..aaa8a03703c 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -41,8 +41,8 @@
# 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
-# https://docs.microsoft.com/en-us/sql/connect/jdbc/release-notes-for-the-jdbc-driver?view=sql-server-ver15#92
-# and copy mssql-jdbc_auth-9.2.0.x64.dll to your path.
+# 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
# Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server.