aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-16 15:20:01 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2014-12-16 15:20:01 +0100
commit18d2484f18b78b2f1f5d5e4fde676b41fc1c3d7f (patch)
tree273882cf1773159d23864cb901f5626cd27581fe /pom.xml
parent6b0786b94cdb2c9206b746728cbf0d3f8c9c6fff (diff)
downloadsonarqube-18d2484f18b78b2f1f5d5e4fde676b41fc1c3d7f.tar.gz
sonarqube-18d2484f18b78b2f1f5d5e4fde676b41fc1c3d7f.zip
SONAR-5917 upgrade JDBC drivers
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml7
1 files changed, 3 insertions, 4 deletions
diff --git a/pom.xml b/pom.xml
index f23e20d51a0..2809aacd207 100644
--- a/pom.xml
+++ b/pom.xml
@@ -854,18 +854,17 @@
<dependency>
<groupId>mysql</groupId>
<artifactId>mysql-connector-java</artifactId>
- <version>5.1.27</version>
+ <version>5.1.34</version>
</dependency>
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.3-1102-jdbc4</version>
+ <version>9.3-1102-jdbc41</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>
<artifactId>jtds</artifactId>
- <!-- versions 1.3.x require java 7 -->
- <version>1.2.8</version>
+ <version>1.3.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>