diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-09 18:23:45 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-11-24 13:34:22 +0100 |
commit | 6c8ef77d412dafaecbdf66543a4c33b58874f506 (patch) | |
tree | aff4827d0054c915525454d1e6b1f8623f3ff8e3 /pom.xml | |
parent | 6c78e87993ddadfcf90ca5b752264a1baf626264 (diff) | |
download | sonarqube-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.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |