]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 4 Aug 2016 15:04:01 +0000 (17:04 +0200)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Fri, 5 Aug 2016 13:45:01 +0000 (15:45 +0200)
This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)

pom.xml

diff --git a/pom.xml b/pom.xml
index 645ef1c7b6b83b7c771c4d750b665ded2503eaca..dd6918753b35e436e40d4ecdf31d2248da5dbc0a 100644 (file)
--- a/pom.xml
+++ b/pom.xml
       <dependency>
         <groupId>org.postgresql</groupId>
         <artifactId>postgresql</artifactId>
-        <version>9.3-1102-jdbc41</version>
+        <version>9.4.1209.jre7</version>
       </dependency>
       <dependency>
         <groupId>org.codehaus.woodstox</groupId>