Skip to content

Commit

Permalink
SONAR-10057 upgrade PostgreSQL driver
Browse files Browse the repository at this point in the history
to fix compatibility with PostgreSQL 10.0
  • Loading branch information
Simon Brandhof committed Nov 24, 2017
1 parent 63ef497 commit 582cf7f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -932,7 +932,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>
Expand Down
2 changes: 1 addition & 1 deletion sonar-application/src/main/assembly/conf/sonar.properties
Expand Up @@ -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

Expand Down

0 comments on commit 582cf7f

Please sign in to comment.