]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7792 Upgrade MySQL driver to version 5.1.39
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 20 Jun 2016 19:44:27 +0000 (21:44 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 21 Jun 2016 12:55:46 +0000 (14:55 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index e5a76bb334d3a9bad8be817824aeadcac2027f23..1e36a6bcb44510494d696bb43d84ac3225583cd9 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>mysql</groupId>
         <artifactId>mysql-connector-java</artifactId>
-        <version>5.1.35</version>
+        <version>5.1.39</version>
       </dependency>
       <dependency>
         <groupId>com.oracle</groupId>