From 380739bdaac90deefcb07f71bcdf63141e20dd67 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 18 Jan 2025 22:41:49 -0500 Subject: [PATCH] Bump org.postgresql:postgresql in the development-dependencies group (#9755) Bumps the development-dependencies group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.postgresql:postgresql` from 42.7.4 to 42.7.5 - [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.4...REL42.7.5) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c58f865f0e..d30c477744 100644 --- a/build.gradle +++ b/build.gradle @@ -99,7 +99,7 @@ ext { mysqlVersion = '9.1.0' oracleVersion = '23.5.0.24.07' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.4' + postgresVersion = '42.7.5' protobufVersion = '4.28.3' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2024.0.1'