From cff05dd991fbc3354104cdf19e6b49b271329baa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 03:08:49 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.10 to 42.7.11 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.10 to 42.7.11. - [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.10...REL42.7.11) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.11 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 86a40203f..469623e8d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -37,7 +37,7 @@ org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "o org-mongodb-mongodb-driver-core = { module = "org.mongodb:mongodb-driver-core", version.ref = "org-mongodb" } org-mongodb-mongodb-driver-reactivestreams = { module = "org.mongodb:mongodb-driver-reactivestreams", version.ref = "org-mongodb" } org-mongodb-mongodb-driver-sync = { module = "org.mongodb:mongodb-driver-sync", version.ref = "org-mongodb" } -org-postgresql = "org.postgresql:postgresql:42.7.10" +org-postgresql = "org.postgresql:postgresql:42.7.11" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.0.11" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:6.5.10" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:6.2.18"