]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-10296 Connection to PostgreSQL database fails if SOCKS proxy is enabled
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Jan 2018 22:37:39 +0000 (23:37 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 26 Jan 2018 22:37:39 +0000 (23:37 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 0afa55e82a9baafc82d0955404eafd995062818b..3469ff4533f0b1461b4a6c346313fb6ecca2ef46 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <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>