From 6c8ef77d412dafaecbdf66543a4c33b58874f506 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 22bc92c887b..77e23ae81f3 100644 --- a/pom.xml +++ b/pom.xml @@ -938,7 +938,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 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 -- 2.39.5