aboutsummaryrefslogtreecommitdiffstats
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
parent6c78e87993ddadfcf90ca5b752264a1baf626264 (diff)
downloadsonarqube-6c8ef77d412dafaecbdf66543a4c33b58874f506.tar.gz
sonarqube-6c8ef77d412dafaecbdf66543a4c33b58874f506.zip
SONAR-10057 upgrade PostgreSQL driver
to fix compatibility with PostgreSQL 10.0
-rw-r--r--pom.xml2
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
2 files changed, 2 insertions, 2 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>
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index 2ef061a637f..1a457273bfb 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -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