summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorsimonbrandhof <simon.brandhof@gmail.com>2011-01-31 11:50:22 +0100
committersimonbrandhof <simon.brandhof@gmail.com>2011-01-31 11:52:06 +0100
commit9a3eb5535f387e4d79826f542570654bb7ae5d1e (patch)
tree0a126a3446b869131c651c24b3d23450ab47201b
parent19d096b3cefaba7805d98cc92e8c7dff577c5c2f (diff)
downloadsonarqube-9a3eb5535f387e4d79826f542570654bb7ae5d1e.tar.gz
sonarqube-9a3eb5535f387e4d79826f542570654bb7ae5d1e.zip
SONAR-2133 Upgrade to Postgresql JDBC driver 9.0-801.jdbc3
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 77f23424423..b3ea4f9c4e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -628,7 +628,7 @@
<dependency>
<groupId>postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>8.3-603.jdbc3</version>
+ <version>9.0-801.jdbc3</version>
</dependency>
<dependency>
<groupId>net.sourceforge.jtds</groupId>