HHH-13895 Upgrade the PostgreSQL JDBC driver used for testing to v. 42.2.16
This commit is contained in:
parent
733ece81f4
commit
e5a8282012
|
@ -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',
|
||||
|
|
Loading…
Reference in New Issue