summaryrefslogtreecommitdiffstats
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-02-02 10:12:57 +0100
commitba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46 (patch)
tree1c247e5b250b0679006a146293445913c00835a6
parent4488c3cd3f5235826b30fc0a77e828dad4ab8bcf (diff)
downloadsonarqube-ba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46.tar.gz
sonarqube-ba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46.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 47742d51bce..82d189f9b25 100644
--- a/pom.xml
+++ b/pom.xml
@@ -938,7 +938,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>