From 67e4d2458cf9130d4207d8528010e18c59b80a4d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 22:40:33 +0000 Subject: [PATCH] Bump org.postgresql:postgresql from 42.7.7 to 42.7.8 Bumps [org.postgresql:postgresql](https://github.com/pgjdbc/pgjdbc) from 42.7.7 to 42.7.8. - [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.7...REL42.7.8) --- updated-dependencies: - dependency-name: org.postgresql:postgresql dependency-version: 42.7.8 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 27143d240..1879bfa72 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -33,7 +33,7 @@ org-hsqldb = "org.hsqldb:hsqldb:2.7.4" # hsqldb 2.7.4 breaks Spring Data https:/ org-junit-junit-bom = "org.junit:junit-bom:6.0.0" org-mariadb-jdbc-mariadb-java-client = "org.mariadb.jdbc:mariadb-java-client:3.5.6" org-mockito-mockito-bom = { module = "org.mockito:mockito-bom", version.ref = "org-mockito" } -org-postgresql = "org.postgresql:postgresql:42.7.7" +org-postgresql = "org.postgresql:postgresql:42.7.8" org-springframework-data-spring-data-bom = "org.springframework.data:spring-data-bom:2025.1.1" org-springframework-security-spring-security-bom = "org.springframework.security:spring-security-bom:7.0.0" org-springframework-spring-framework-bom = "org.springframework:spring-framework-bom:7.0.0"