aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorDuarte Meneses <duarte.meneses@sonarsource.com>2019-04-24 11:43:20 -0500
committerSonarTech <sonartech@sonarsource.com>2019-04-30 20:21:08 +0200
commitf5d436dfcdf4e3be22a859f6096ccd284efa8ac1 (patch)
tree07a0562113a143e59e5ae5d3f76ef844792b49e2 /build.gradle
parentf9adb5f7a84001c5123c984a0bed1a27d4731442 (diff)
downloadsonarqube-f5d436dfcdf4e3be22a859f6096ccd284efa8ac1.tar.gz
sonarqube-f5d436dfcdf4e3be22a859f6096ccd284efa8ac1.zip
SONAR-12016 Upgrade SQL Server JDBC Driver v7.2.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 4d691c2d33c..e842fcac5ee 100644
--- a/build.gradle
+++ b/build.gradle
@@ -136,7 +136,7 @@ subprojects {
entry 'hazelcast-client'
}
dependency 'com.ibm.icu:icu4j:3.4.4'
- dependency 'com.microsoft.sqlserver:mssql-jdbc:6.2.2.jre8'
+ dependency 'com.microsoft.sqlserver:mssql-jdbc:7.2.2.jre11'
dependency 'com.oracle.jdbc:ojdbc8:18.3'
dependencySet(group: 'com.squareup.okhttp3', version: '3.14.0') {
entry 'okhttp'