From 9ce9ad991d0bb2c70e95c7dec96358dd12ca6508 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 01:36:32 +0000 Subject: [PATCH] chore(deps): Update dependency org.postgresql:postgresql to v42.7.10 --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 5a742bcc..fa80bb28 100644 --- a/build.gradle +++ b/build.gradle @@ -127,7 +127,7 @@ dependencies { annotationProcessor 'org.springframework.boot:spring-boot-configuration-processor' runtimeOnly 'com.h2database:h2:2.4.240' - runtimeOnly 'org.postgresql:postgresql:42.7.8' + runtimeOnly 'org.postgresql:postgresql:42.7.10' runtimeOnly 'org.apache.httpcomponents:httpclient:4.5.14' asciidoctorExt 'org.springframework.restdocs:spring-restdocs-asciidoctor:4.0.0'