diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-12-16 18:00:33 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-12-20 20:03:01 +0000 |
commit | c22a1142141c9dec26d51a0bb6ff18dcc91aed50 (patch) | |
tree | 8ce80f9ecdff98ec51048afaa4ba9049bba61578 /sonar-application | |
parent | 950969da9f1f6062c4c06c7182d1b54c00dfe340 (diff) | |
download | sonarqube-c22a1142141c9dec26d51a0bb6ff18dcc91aed50.tar.gz sonarqube-c22a1142141c9dec26d51a0bb6ff18dcc91aed50.zip |
[NO JIRA] Update com.microsoft.sqlserver:mssql-jdbc to 11.2.2.jre17
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 31f9fe7d4aa..2dc3b960265 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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. |