Skip to content

Commit

Permalink
[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 1…
Browse files Browse the repository at this point in the history
…2.4.2.jre11
  • Loading branch information
antoine-vinot-sonarsource authored and sonartech committed Nov 9, 2023
1 parent 9336c39 commit 452539f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
4 changes: 2 additions & 2 deletions sonar-application/src/main/assembly/conf/sonar.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 452539f

Please sign in to comment.