HHH-11598 - change pgsql driver version to 9.4.1208

This commit is contained in:
Andrea Boriero 2017-03-29 18:03:57 +01:00
parent ae23ecd937
commit 6b36e01b0c
2 changed files with 2 additions and 2 deletions

View File

@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later.
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
jdbcDependency 'org.postgresql:postgresql:9.4-1203-jdbc41'
jdbcDependency 'org.postgresql:postgresql:9.4.1208'

View File

@ -93,7 +93,7 @@ ext {
h2: "com.h2database:h2:${h2Version}",
hsqldb: "org.hsqldb:hsqldb:2.3.2",
derby: "org.apache.derby:derby:10.11.1.1",
postgresql: 'org.postgresql:postgresql:9.4.1212',
postgresql: 'org.postgresql:postgresql:9.4.1208',
mysql: 'mysql:mysql-connector-java:6.0.5',
mariadb: 'org.mariadb.jdbc:mariadb-java-client:1.5.7',