diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2019-07-01 15:34:55 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2019-07-10 08:36:54 +0200 |
commit | 4103f40cf559eb980069b6c9a0558f5c5a261277 (patch) | |
tree | 4e9e16987cff5733dfdaba4b85046716bd78b324 | |
parent | d959cb81e02abbcf8a1201bd5ece9e50bc4ffa2e (diff) | |
download | sonarqube-4103f40cf559eb980069b6c9a0558f5c5a261277.tar.gz sonarqube-4103f40cf559eb980069b6c9a0558f5c5a261277.zip |
SONAR-12251 use MsSQL JDBC driver build for Java 11
-rw-r--r-- | build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle index fb535068d9a..d5f74f38509 100644 --- a/build.gradle +++ b/build.gradle @@ -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' |