SONAR-7903 Upgrade PostgreSQL driver to 9.4.1209.jre7

This is required for the support of PreparedStatement#setBinaryStream(int, InputStream)
This commit is contained in:
Simon Brandhof 2016-08-04 17:04:01 +02:00
parent b6069267bd
commit c8bfb73f05

View File

@ -733,7 +733,7 @@
<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>