diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-26 23:37:39 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-01-26 23:37:39 +0100 |
commit | e7da1120eb453923f613d191da9f6886f9169d24 (patch) | |
tree | 8e7e671996b002f163ed2b094506c0ff4fe64273 | |
parent | 0948aa136a89c9178ce4a81058ecf89f7d9993b3 (diff) | |
download | sonarqube-e7da1120eb453923f613d191da9f6886f9169d24.tar.gz sonarqube-e7da1120eb453923f613d191da9f6886f9169d24.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
@@ -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> |