to fix compatibility with PostgreSQL 10.0
<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>
#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