From 8156d99918eb55fdd104d5fe939e0660fdd49912 Mon Sep 17 00:00:00 2001 From: Dimitris Kavvathas Date: Tue, 18 Oct 2022 10:56:07 +0200 Subject: Dependency upgrade (minor): com.microsoft.sqlserver:mssql-jdbc from 11.2.0.jre11 to 11.2.1.jre11 --- sonar-application/src/main/assembly/conf/sonar.properties | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sonar-application') diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 24560229682..779485312e1 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -40,9 +40,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.0 package from -# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.0/mssql-jdbc_auth.zip -# and 'mssql-jdbc_auth-11.2.0.x64.dll' to your path. +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.1 package from +# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.1/mssql-jdbc_auth.zip +# and 'mssql-jdbc_auth-11.2.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. -- cgit v1.2.3