From cd840de176d7416e99180d87f5a997a04df84c3d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Feb 2025 03:59:35 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.4 to 42.7.5 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) 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 ... Signed-off-by: dependabot[bot] --- bom/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bom/build.gradle b/bom/build.gradle index b4acec4f536..62534793222 100644 --- a/bom/build.gradle +++ b/bom/build.gradle @@ -84,7 +84,7 @@ ext { // TODO: Held as data engine breaks mockitoVersion = '4.11.0' plexusVersion = '4.0.2' - postgresVersion = '42.7.4' // already there + postgresVersion = '42.7.5' // already there nettyVersion = '4.1.115.Final' prometheusVersion = '1.14.2' quartzVersion = '2.5.0'