HHH-15451 Upgrade to version 42.5.0 of the PostgreSQL JDBC driver
This commit is contained in:
parent
1fb744c92f
commit
0867972a89
|
@ -11,4 +11,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:42.2.8'
|
||||
jdbcDependency 'org.postgresql:postgresql:42.5.0'
|
|
@ -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:42.2.19'
|
||||
jdbcDependency 'org.postgresql:postgresql:42.5.0'
|
||||
|
|
|
@ -132,10 +132,10 @@ ext {
|
|||
h2: "com.h2database:h2:${h2Version}",
|
||||
hsqldb: "org.hsqldb:hsqldb:2.3.2",
|
||||
derby: "org.apache.derby:derby:10.14.2.0",
|
||||
postgresql: 'org.postgresql:postgresql:42.2.16',
|
||||
postgresql: 'org.postgresql:postgresql:42.5.0',
|
||||
mysql: 'mysql:mysql-connector-java:8.0.27',
|
||||
mariadb: 'org.mariadb.jdbc:mariadb-java-client:2.2.3',
|
||||
cockroachdb: 'org.postgresql:postgresql:42.2.8',
|
||||
cockroachdb: 'org.postgresql:postgresql:42.5.0',
|
||||
|
||||
oracle: 'com.oracle.database.jdbc:ojdbc8:21.3.0.0',
|
||||
mssql: 'com.microsoft.sqlserver:mssql-jdbc:7.2.1.jre8',
|
||||
|
|
|
@ -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:42.2.16'
|
||||
jdbcDependency 'org.postgresql:postgresql:42.5.0'
|
||||
|
|
Loading…
Reference in New Issue