]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-12251 use MsSQL JDBC driver build for Java 11
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Mon, 1 Jul 2019 13:34:55 +0000 (15:34 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 17 Oct 2019 13:24:47 +0000 (15:24 +0200)
build.gradle

index 9d2d1dab37d59a09ebb7cbba350a8e6aaa53404f..c57e29497074a4baf335579315832c45288ee4c3 100644 (file)
@@ -142,7 +142,7 @@ subprojects {
         entry 'hazelcast-client'
       }
       dependency 'com.ibm.icu:icu4j:3.4.4'
-      dependency 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre8'
+      dependency 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre11'
       dependency 'com.oracle.jdbc:ojdbc8:19.3'
       dependencySet(group: 'com.squareup.okhttp3', version: '3.14.2') {
         entry 'okhttp'