Browse Source

[NO JIRA] Update com.microsoft.sqlserver:mssql-jdbc to 11.2.2.jre17

tags/9.9.0.65466
Matteo Mara 1 year ago
parent
commit
c22a114214
2 changed files with 4 additions and 4 deletions
  1. 1
    1
      build.gradle
  2. 3
    3
      sonar-application/src/main/assembly/conf/sonar.properties

+ 1
- 1
build.gradle View File

@@ -255,7 +255,7 @@ subprojects {
}
dependency 'com.hazelcast:hazelcast-kubernetes:2.2.3'
// Documentation must be updated if mssql-jdbc is updated: https://github.com/SonarSource/sonarqube/commit/03e4773ebf6cba854cdcf57a600095f65f4f53e7
dependency('com.microsoft.sqlserver:mssql-jdbc:11.2.1.jre11') {
dependency('com.microsoft.sqlserver:mssql-jdbc:11.2.2.jre17') {
exclude 'com.fasterxml.jackson.core:jackson-databind'
}
dependency 'com.onelogin:java-saml:2.9.0'

+ 3
- 3
sonar-application/src/main/assembly/conf/sonar.properties View File

@@ -48,9 +48,9 @@
# A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS)
# 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 11.2.1 package from
# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.1/mssql-jdbc_auth.zip
# and 'mssql-jdbc_auth-11.2.1.x64.dll' to your path.
# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.2 package from
# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.2/mssql-jdbc_auth.zip
# and 'mssql-jdbc_auth-11.2.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.

Loading…
Cancel
Save