aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorEric Hartmann <hartmann.eric@gmail.com>2017-05-04 09:42:00 +0200
committerEric Hartmann <hartmann.eric@gmail.Com>2017-05-04 14:52:44 +0200
commit5e1fdd17e3147180e3a4273705835e2fc393ae20 (patch)
tree4b3c4aca2fdd84e64e2063bd6d92df342678980d /pom.xml
parent6ce1d6dd6ff69a7e641d8a83f10200d94ae221a9 (diff)
downloadsonarqube-5e1fdd17e3147180e3a4273705835e2fc393ae20.tar.gz
sonarqube-5e1fdd17e3147180e3a4273705835e2fc393ae20.zip
SONAR-6135 Upgrade MySQL driver to 5.1.42
Add useSSL=false to default configuration
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 96cf6b8aec8..3bfa6254921 100644
--- a/pom.xml
+++ b/pom.xml
@@ -846,7 +846,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.39</version>
+ <version>5.1.42</version>
</dependency>
<dependency>
<groupId>com.oracle</groupId>