Bump PostgreSQL JDBC Driver version to 42.1.1 which works with 9.6
This commit is contained in:
parent
93559d2e60
commit
c0a82797a5
|
@ -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',
|
||||
|
||||
|
|
Loading…
Reference in New Issue