summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-09 18:23:45 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2017-11-24 13:34:22 +0100
commit6c8ef77d412dafaecbdf66543a4c33b58874f506 (patch)
treeaff4827d0054c915525454d1e6b1f8623f3ff8e3 /pom.xml
parent6c78e87993ddadfcf90ca5b752264a1baf626264 (diff)
downloadsonarqube-6c8ef77d412dafaecbdf66543a4c33b58874f506.tar.gz
sonarqube-6c8ef77d412dafaecbdf66543a4c33b58874f506.zip
SONAR-10057 upgrade PostgreSQL driver
to fix compatibility with PostgreSQL 10.0
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 22bc92c887b..77e23ae81f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,7 +938,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.1.1</version>
+ <version>42.1.4</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>