diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-20 21:44:27 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2016-06-21 14:55:46 +0200 |
commit | b8dfe17b6b6305a4603e45c3e37024281e9873e3 (patch) | |
tree | 465f05b889a4d0a0f9ec58f82821ba0e7eb06fb3 /pom.xml | |
parent | 3e98af75d9793de1acdfcd3680fb4d888847cb3b (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |