]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-13155 Upgrade PostgreSQL driver to 42.2.10
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 3 Mar 2020 15:11:04 +0000 (16:11 +0100)
committersonartech <sonartech@sonarsource.com>
Sat, 21 Mar 2020 20:04:01 +0000 (20:04 +0000)
Changes are safe:
- https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.9
- https://jdbc.postgresql.org/documentation/changelog.html#version_42.2.10

build.gradle

index 2e257dce5bf535b414785eedc2494e9a66353bf6..a9f0597c6d663c6f648079669d7d48fc95b0946c 100644 (file)
@@ -288,7 +288,7 @@ subprojects {
         entry 'log4j-over-slf4j'
         entry 'slf4j-api'
       }
-      dependency 'org.postgresql:postgresql:42.2.8'
+      dependency 'org.postgresql:postgresql:42.2.11'
       dependency 'org.reflections:reflections:0.9.9'
       dependency 'org.simpleframework:simple:4.1.21'
       dependency 'org.sonarsource.orchestrator:sonar-orchestrator:3.27.0.2172'