aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorAntoine Vinot <antoine.vinot@sonarsource.com>2023-04-12 14:32:42 +0200
committersonartech <sonartech@sonarsource.com>2023-04-13 20:03:05 +0000
commite93d5bb79046619fb99a0653a2cbb62b734be75b (patch)
tree2cca52cddbb31b789c786fe6da6641f23f3a6a3c /sonar-application
parentd471398ec43363960f179e490681fcab237cdbc0 (diff)
downloadsonarqube-e93d5bb79046619fb99a0653a2cbb62b734be75b.tar.gz
sonarqube-e93d5bb79046619fb99a0653a2cbb62b734be75b.zip
SONAR-19005 - Upgrade mssql driver dependency
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties6
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 65be854976f..b999c3ab851 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -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.