From 582cf7f4b2ed2da296e77ade8342a7b614f93376 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Thu, 9 Nov 2017 18:23:45 +0100 Subject: [PATCH] SONAR-10057 upgrade PostgreSQL driver to fix compatibility with PostgreSQL 10.0 --- pom.xml | 2 +- sonar-application/src/main/assembly/conf/sonar.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bbb54f8a73e1..027cfee68c50 100644 --- a/pom.xml +++ b/pom.xml @@ -932,7 +932,7 @@ org.postgresql postgresql - 42.1.1 + 42.1.4 org.codehaus.woodstox diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index 2ef061a637f1..1a457273bfbe 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