summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-17 14:06:27 +0200
committerJulien Lancelot <julien.lancelot@sonarsource.com>2014-07-17 14:06:27 +0200
commitbb5b674ddb3803de1db11772c21eeeca7696a087 (patch)
treeb9ca1e49b4a9c516a1050d4290e08f711ad23376 /pom.xml
parent949a5cd9491324c8078991a98f0ffe93fa0e20b5 (diff)
downloadsonarqube-bb5b674ddb3803de1db11772c21eeeca7696a087.tar.gz
sonarqube-bb5b674ddb3803de1db11772c21eeeca7696a087.zip
SONAR-5462 Upgrade PostgreSQL driver to support 9.3
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/pom.xml b/pom.xml
index 3b5cacefd9d..50f20902ee7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -849,9 +849,9 @@
<version>5.1.27</version>
</dependency>
<dependency>
- <groupId>postgresql</groupId>
+ <groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.1-901-1.jdbc4</version>
+ <version>9.3-1101-jdbc4</version>
</dependency>
<dependency>
<groupId>org.codehaus.sonar</groupId>