diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-12 09:16:04 +0200 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2017-07-12 11:27:27 +0200 |
commit | 8c82a4c246dc8928470ebe0a148725c7f1bd5dcd (patch) | |
tree | 8ffb4f96f483ee7ec24647a039c02d89781bbf86 | |
parent | 80b18488baff6a85a18d24385f05ede85daf7134 (diff) | |
download | sonarqube-8c82a4c246dc8928470ebe0a148725c7f1bd5dcd.tar.gz sonarqube-8c82a4c246dc8928470ebe0a148725c7f1bd5dcd.zip |
SONAR-9536 Upgrade PostgreSQL driver
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |