From 713b733f74d96d78ed5bfc09d131e0927d6f31af Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Mar 2024 22:08:14 +0000 Subject: [PATCH] Build(deps): Bump org.postgresql:postgresql from 42.7.1 to 42.7.2 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.1 to 42.7.2. - [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.7.1...REL42.7.2) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 6683312..47d0170 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ tasks.register("printFlinkVersion") { ext { flinkVersion = '1.17.1' jacksonVersion = '2.16.1' - postgresJDBCVersion = '42.7.1' + postgresJDBCVersion = '42.7.2' crateJDBCVersion = '2.7.0' slf4jVersion = '2.0.7' log4jVersion = '2.22.1'