aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-01-26 23:37:39 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-01-26 23:37:39 +0100
commite7da1120eb453923f613d191da9f6886f9169d24 (patch)
tree8e7e671996b002f163ed2b094506c0ff4fe64273
parent0948aa136a89c9178ce4a81058ecf89f7d9993b3 (diff)
downloadsonarqube-e7da1120eb453923f613d191da9f6886f9169d24.tar.gz
sonarqube-e7da1120eb453923f613d191da9f6886f9169d24.zip
SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 0afa55e82a9..3469ff4533f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -932,7 +932,7 @@
<dependency>
<groupId>org.postgresql</groupId>
<artifactId>postgresql</artifactId>
- <version>42.1.4</version>
+ <version>42.2.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.woodstox</groupId>