From 452539f4bf6e83308656c40909dd720f98449129 Mon Sep 17 00:00:00 2001 From: "antoine.vinot" Date: Wed, 8 Nov 2023 16:35:49 +0100 Subject: [PATCH] [NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11 --- build.gradle | 2 +- sonar-application/src/main/assembly/conf/sonar.properties | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 12c5083f366..340b56e1e40 100644 --- a/build.gradle +++ b/build.gradle @@ -321,7 +321,7 @@ subprojects { entry 'hazelcast' } // Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7 - dependency('com.microsoft.sqlserver:mssql-jdbc:12.4.1.jre11') { + dependency('com.microsoft.sqlserver:mssql-jdbc:12.4.2.jre11') { exclude 'com.fasterxml.jackson.core:jackson-databind' } dependency 'com.onelogin:java-saml:2.9.0' 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. -- 2.39.5