]> 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:41:55 +0000 (23:41 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 45017d873050a8f5ef60921788323ceff1e277fa..54ed71c2421604b05aa3c2131ffe21b6ed40e741 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>