瀏覽代碼

[NO-JIRA] Update com.microsoft.sqlserver:mssql-jdbc 12.4.1.jre11 -> 12.4.2.jre11

tags/10.4.0.87286
antoine.vinot 7 月之前
父節點
當前提交
452539f4bf
共有 2 個文件被更改,包括 3 次插入3 次删除
  1. 1
    1
      build.gradle
  2. 2
    2
      sonar-application/src/main/assembly/conf/sonar.properties

+ 1
- 1
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'

+ 2
- 2
sonar-application/src/main/assembly/conf/sonar.properties 查看文件

@@ -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.

Loading…
取消
儲存