Browse Source

SONAR-21569 Update com.microsoft.sqlserver:mssql-jdbc 12.4.2.jre11 -> 12.6.0.jre11

tags/10.5.0.89998
Wojtek Wajerowicz 4 months ago
parent
commit
82276e626e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      build.gradle

+ 1
- 1
build.gradle View File

@@ -329,7 +329,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.2.jre11') {
dependency('com.microsoft.sqlserver:mssql-jdbc:12.6.0.jre11') {
exclude 'com.fasterxml.jackson.core:jackson-databind'
}
dependency 'com.onelogin:java-saml:2.9.0'

Loading…
Cancel
Save