aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorantoine.vinot <antoine.vinot@sonarsource.com>2023-11-08 16:35:49 +0100
committersonartech <sonartech@sonarsource.com>2023-11-09 20:02:39 +0000
commit452539f4bf6e83308656c40909dd720f98449129 (patch)
tree5e8e95e928b053c60178db609a281d71be6884e1 /sonar-application
parent9336c39a2ab2b3f8392891cbbf6a685dba9b3865 (diff)
downloadsonarqube-452539f4bf6e83308656c40909dd720f98449129.tar.gz
sonarqube-452539f4bf6e83308656c40909dd720f98449129.zip
[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11
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 0dd994e4b1d..db7bf91f6a9 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -49,8 +49,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 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.
+# 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
# Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server.