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 /build.gradle | |
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
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 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' |