Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion source/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -385,7 +385,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.8.1.jre11') {
dependency('com.microsoft.sqlserver:mssql-jdbc:12.8.2.jre11') {
exclude 'com.fasterxml.jackson.core:jackson-databind'
}
dependency 'com.oracle.database.jdbc:ojdbc11:23.6.0.24.10'
Expand Down
Loading