diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-26 23:37:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-02-02 10:12:57 +0100 |
commit | ba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46 (patch) | |
tree | 1c247e5b250b0679006a146293445913c00835a6 | |
parent | 4488c3cd3f5235826b30fc0a77e828dad4ab8bcf (diff) | |
download | sonarqube-ba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46.tar.gz sonarqube-ba96c18f6176dfe8ac96cd4565f5d6f9db6c4f46.zip |
SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
-rw-r--r-- | pom.xml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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> |