HHH-13895 Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.16

This commit is contained in:
Sanne Grinovero 2020-09-30 18:39:30 +01:00 committed by Sanne Grinovero
parent 733ece81f4
commit e5a8282012
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,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:42.2.2',
postgresql: 'org.postgresql:postgresql:42.2.16',
mysql: 'mysql:mysql-connector-java:8.0.17',
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
cockroachdb: 'org.postgresql:postgresql:42.2.8',