From 4da99cc1d2ab7ec02e828c5f702240e42c96286e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jan 2025 09:55:52 +0100 Subject: [PATCH] build(deps): bump org.postgresql:postgresql from 42.7.4 to 42.7.5 (#4739) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- 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 2468a1fc2a..c762c745b0 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -30,7 +30,7 @@ okhttp = "4.12.0" opentelemetry = "1.32.0" opentelemetry-proto = "1.5.0-alpha" parsson = "1.1.7" -postgres = "42.7.4" +postgres = "42.7.5" restAssured = "5.5.0" rsApi = "4.0.0" swagger = "2.2.28"