aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 12:01:45 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2013-09-12 12:01:45 +0200
commit2d5b745674af09bc63a8dcd285c3f9cf33a3f6bc (patch)
tree436f0c3e2b21ba2322f15c430e470307b5aff462 /pom.xml
parent232ffd3f880dc3bcb0d7e1c8bae8e1fe6439a7a9 (diff)
downloadsonarqube-2d5b745674af09bc63a8dcd285c3f9cf33a3f6bc.tar.gz
sonarqube-2d5b745674af09bc63a8dcd285c3f9cf33a3f6bc.zip
SONAR-4671 Upgrade MySQL driver to 5.1.26
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 50a60e66aec..4f14ac8a520 100644
--- a/pom.xml
+++ b/pom.xml
@@ -823,7 +823,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.24</version>
+ <version>5.1.26</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>
@@ -1042,6 +1042,7 @@
<dependency>
<groupId>com.akiban</groupId>
<artifactId>akiban-persistit</artifactId>
+ <!-- do not use 3.3.0. It was build only for Java 7. Waiting for 3.3.1 to be deployed in central repo -->
<version>3.2.7</version>
<exclusions>
<exclusion>