aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-20 21:44:27 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2016-06-21 14:55:46 +0200
commitb8dfe17b6b6305a4603e45c3e37024281e9873e3 (patch)
tree465f05b889a4d0a0f9ec58f82821ba0e7eb06fb3 /pom.xml
parent3e98af75d9793de1acdfcd3680fb4d888847cb3b (diff)
downloadsonarqube-b8dfe17b6b6305a4603e45c3e37024281e9873e3.tar.gz
sonarqube-b8dfe17b6b6305a4603e45c3e37024281e9873e3.zip
SONAR-7792 Upgrade MySQL driver to version 5.1.39
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 e5a76bb334d..1e36a6bcb44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -721,7 +721,7 @@
<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>