From 75dcd67d69c3caf5754f6286cab317a5c892f3b2 Mon Sep 17 00:00:00 2001 From: Matteo Mara Date: Wed, 6 Sep 2023 15:06:22 +0200 Subject: [PATCH] SONAR-20328 Update com.microsoft.sqlserver:mssql-jdbc to 12.4.1.jre11 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 68d6aac15e5..4bc2a31222b 100644 --- a/build.gradle +++ b/build.gradle @@ -315,7 +315,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.2.0.jre11') { + dependency('com.microsoft.sqlserver:mssql-jdbc:12.4.1.jre11') { exclude 'com.fasterxml.jackson.core:jackson-databind' } dependency 'com.onelogin:java-saml:2.9.0' -- 2.39.5