]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-11805 upgrade PostgreSQL driver to 42.2.5
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 7 Mar 2019 21:27:42 +0000 (22:27 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Tue, 12 Mar 2019 23:41:20 +0000 (00:41 +0100)
pom.xml

diff --git a/pom.xml b/pom.xml
index b1848670b709b612e0b30c8c89719d2104d01f5d..f19016289d72bbb793f534d36242cb045828b72d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>42.2.1</version>
+        <version>42.2.5</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>