]> 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, 2 Feb 2018 09:12:57 +0000 (10:12 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index 47742d51bcef71840fa41370c73dfe8b57788a45..82d189f9b25d84f4e3bfc737f3d7ad7ddd67c014 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>