aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-11-02 11:51:19 +0100
committerJulien Lancelot <julien.lancelot@sonarsource.com>2017-11-08 10:07:01 +0100
commit2e7b3147b278485e344d84261228fdd25e02ff87 (patch)
tree40dbaaab84c44071f46122527ef5bdcc31b38b1f /pom.xml
parent40a6387888b542405aa97f66006a92d51bcc4eac (diff)
downloadsonarqube-2e7b3147b278485e344d84261228fdd25e02ff87.tar.gz
sonarqube-2e7b3147b278485e344d84261228fdd25e02ff87.zip
SONAR-10043 upgrade MsSQL JDBC driver to 6.2.22.jre8
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1ddbe3b45df..4ba67554127 100644
--- a/pom.xml
+++ b/pom.xml
@@ -913,7 +913,7 @@
<dependency>
<groupId>com.microsoft.sqlserver</groupId>
<artifactId>mssql-jdbc</artifactId>
- <version>6.1.0.jre8</version>
+ <version>6.2.2.jre8</version>
</dependency>
<dependency>
<groupId>mysql</groupId>