aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2013-12-11 11:41:49 +0100
committerSimon Brandhof <simon.brandhof@gmail.com>2013-12-11 11:42:30 +0100
commitc08971b7994dc59f0e15a7d671fcb70dc10b9055 (patch)
treecbb6e4919f10ef7b83f2604c75322b8b77a673cc /pom.xml
parentecda91ee52d883e253cd3b9a8681d3e8f088b1bd (diff)
downloadsonarqube-c08971b7994dc59f0e15a7d671fcb70dc10b9055.tar.gz
sonarqube-c08971b7994dc59f0e15a7d671fcb70dc10b9055.zip
Upgrade MySQL Connector/J from 5.1.26 to 5.1.27
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 16a894f56ff..b7c51992df0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -859,7 +859,7 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.26</version>
+ <version>5.1.27</version>
</dependency>
<dependency>
<groupId>postgresql</groupId>