diff options
author | antoine.vinot <antoine.vinot@sonarsource.com> | 2023-11-08 16:35:49 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2023-11-09 20:02:39 +0000 |
commit | 452539f4bf6e83308656c40909dd720f98449129 (patch) | |
tree | 5e8e95e928b053c60178db609a281d71be6884e1 | |
parent | 9336c39a2ab2b3f8392891cbbf6a685dba9b3865 (diff) | |
download | sonarqube-452539f4bf6e83308656c40909dd720f98449129.tar.gz sonarqube-452539f4bf6e83308656c40909dd720f98449129.zip |
[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11
-rw-r--r-- | build.gradle | 2 | ||||
-rw-r--r-- | 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. |