Bump PostgreSQL JDBC Driver version to 42.1.1 which works with 9.6

This commit is contained in:
Vlad Mihalcea 2017-05-12 13:00:51 +03:00
parent 93559d2e60
commit c0a82797a5
1 changed files with 1 additions and 1 deletions

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.1208',
postgresql: 'org.postgresql:postgresql:42.1.1',
mysql: 'mysql:mysql-connector-java:6.0.5',
mariadb: 'org.mariadb.jdbc:mariadb-java-client:1.5.7',