From f1a90068916e39053ab121ea522101740007cca1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 7 Jul 2026 03:42:36 +0000 Subject: [PATCH] Build(deps): Bump org.postgresql:postgresql Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.11 to 42.7.13. - [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.11...REL42.7.13) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.13 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 e6cad3ff..6c8567bf 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.11' + implementation 'org.postgresql:postgresql:42.7.13' implementation 'io.crate:crate-jdbc:2.7.0' implementation 'org.slf4j:slf4j-api:2.0.18' implementation 'org.slf4j:slf4j-simple:2.0.18'