From dfdc29fc91f8e78dce896d21c2ce5aa74bad37e3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Jun 2025 03:59:37 +0000 Subject: [PATCH] Bump org.postgresql:postgresql in /testing/testcontainers/java Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.5 to 42.7.7. - [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.5...REL42.7.7) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- testing/testcontainers/java/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/testcontainers/java/build.gradle b/testing/testcontainers/java/build.gradle index e1f9e9f1..b30ded67 100644 --- a/testing/testcontainers/java/build.gradle +++ b/testing/testcontainers/java/build.gradle @@ -20,7 +20,7 @@ repositories { } dependencies { - implementation 'org.postgresql:postgresql:42.7.5' + implementation 'org.postgresql:postgresql:42.7.7' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.slf4j:slf4j-api:2.0.17' implementation 'org.slf4j:slf4j-simple:2.0.17'