aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-07-12 09:16:04 +0200
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-07-12 11:27:27 +0200
commit8c82a4c246dc8928470ebe0a148725c7f1bd5dcd (patch)
tree8ffb4f96f483ee7ec24647a039c02d89781bbf86
parent80b18488baff6a85a18d24385f05ede85daf7134 (diff)
downloadsonarqube-8c82a4c246dc8928470ebe0a148725c7f1bd5dcd.tar.gz
sonarqube-8c82a4c246dc8928470ebe0a148725c7f1bd5dcd.zip
SONAR-9536 Upgrade PostgreSQL driver
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 3fddb7189f0..1275d20d002 100644
--- a/pom.xml
+++ b/pom.xml
@@ -876,7 +876,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>9.4.1209.jre7</version>
+ <version>42.1.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>