]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-9536 Upgrade PostgreSQL driver
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 12 Jul 2017 07:16:04 +0000 (09:16 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 12 Jul 2017 09:27:27 +0000 (11:27 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 3fddb7189f08a3f149fbc0f3547af1fc58188d5a..1275d20d002f2097079e6445fa5f2b8d1e18a8f4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>