From 11b157f8e786c0cc5ad6f515e0800741a5e09cd9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 22:10:15 +0000 Subject: [PATCH] Build(deps): Bump org.postgresql:postgresql from 42.6.0 to 42.7.1 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.6.0 to 42.7.1. - [Release notes](https://github.com/pgjdbc/pgjdbc/releases) - [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md) - [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.6.0...REL42.7.1) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec6fc74..b9ace65 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ tasks.register("printFlinkVersion") { ext { flinkVersion = '1.17.1' jacksonVersion = '2.15.2' - postgresJDBCVersion = '42.6.0' + postgresJDBCVersion = '42.7.1' crateJDBCVersion = '2.7.0' slf4jVersion = '2.0.7' log4jVersion = '2.20.0'