HHH-17534 Update pgjdbc to 42.7.1

This commit is contained in:
Christian Beikov 2023-12-08 14:08:39 +01:00
parent cd81b337bc
commit 87d32a73df
3 changed files with 3 additions and 3 deletions

View File

@ -11,4 +11,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later. * 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>. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/ */
jdbcDependency 'org.postgresql:postgresql:42.6.0' jdbcDependency 'org.postgresql:postgresql:42.7.1'

View File

@ -4,4 +4,4 @@
* License: GNU Lesser General Public License (LGPL), version 2.1 or later. * 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>. * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/ */
jdbcDependency 'org.postgresql:postgresql:42.6.0' jdbcDependency 'org.postgresql:postgresql:42.7.1'

View File

@ -227,7 +227,7 @@ dependencyResolutionManagement {
def mysqlVersion = version "mysql", "8.0.33" def mysqlVersion = version "mysql", "8.0.33"
def oracleVersion = version "oracle", "23.3.0.23.09" def oracleVersion = version "oracle", "23.3.0.23.09"
def oracleLegacyVersion = version "oracleLegacy", "11.2.0.4" def oracleLegacyVersion = version "oracleLegacy", "11.2.0.4"
def pgsqlVersion = version "pgsql", "42.6.0" def pgsqlVersion = version "pgsql", "42.7.1"
def sybaseVersion = version "sybase", "1.3.1" def sybaseVersion = version "sybase", "1.3.1"
def tidbVersion = version "tidb", mysqlVersion def tidbVersion = version "tidb", mysqlVersion
def altibaseVersion = version "altibase", "7.3.0.0.2" def altibaseVersion = version "altibase", "7.3.0.0.2"