]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10057 upgrade PostgreSQL driver
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 9 Nov 2017 17:23:45 +0000 (18:23 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 24 Nov 2017 12:34:22 +0000 (13:34 +0100)
to fix compatibility with PostgreSQL 10.0

pom.xml
sonar-application/src/main/assembly/conf/sonar.properties

diff --git a/pom.xml b/pom.xml
index 22bc92c887b96d3438f2a664923dbf1f2e5b6189..77e23ae81f312b94d3a6404a44e3a731e04ea717 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>
index 2ef061a637f141e78c3f5f47bc550a52165509d9..1a457273bfbe4d3ef368f25d8b2cb47af292de9a 100644 (file)
@@ -34,7 +34,7 @@
 #sonar.jdbc.url=jdbc:oracle:thin:@localhost:1521/XE
 
 
-#----- PostgreSQL 8.x/9.x
+#----- PostgreSQL 8.x or greater
 # If you don't use the schema named "public", please refer to http://jira.sonarsource.com/browse/SONAR-5000
 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar