aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2020-03-03 16:11:04 +0100
committersonartech <sonartech@sonarsource.com>2020-03-21 20:04:01 +0000
commitd4072b0d73f97593ff482edbc0db4847dd34ba32 (patch)
tree22ef4cddfa241e8662dc05a4d4d3b538d01ce7ad /build.gradle
parent61586959563c1791d540d9794adfaea5928c29dc (diff)
downloadsonarqube-d4072b0d73f97593ff482edbc0db4847dd34ba32.tar.gz
sonarqube-d4072b0d73f97593ff482edbc0db4847dd34ba32.zip
SONAR-13155 Upgrade PostgreSQL driver to 42.2.10
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
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.gradle b/build.gradle
index 2e257dce5bf..a9f0597c6d6 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'