From 3a44ff2d6a76b3f6af9c61a466eaa2025599c3cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 21 Sep 2025 00:03:41 +0000 Subject: [PATCH] Bump org.postgresql:postgresql in the development-dependencies group Bumps the development-dependencies group with 1 update: [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc). Updates `org.postgresql:postgresql` from 42.7.7 to 42.7.8 - [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.7...REL42.7.8) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.8 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: development-dependencies ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 929c857328..1e773e6fab 100644 --- a/build.gradle +++ b/build.gradle @@ -91,7 +91,7 @@ ext { mysqlVersion = '9.4.0' oracleVersion = '23.9.0.25.07' pahoMqttClientVersion = '1.2.5' - postgresVersion = '42.7.7' + postgresVersion = '42.7.8' protobufVersion = '4.32.1' r2dbch2Version = '1.0.0.RELEASE' reactorVersion = '2025.0.0-M7'