From 9622bf61cda91644af8aae9cfdd4c51b58c76f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 20 Feb 2025 19:18:55 +0000 Subject: [PATCH] chore(gradle): 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] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8a382f436a1..9c72e128b6f 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -64,7 +64,7 @@ oshi = "5.8.3" pac4j = "5.7.0" parquet = "1.15.0" picocli = "4.7.6" -postgresql = "42.7.4" +postgresql = "42.7.5" protobuf = "3.25.4" randelshofer = "2.0.1" rdblue = "0.1.1"