From 2063ed96bf45cca3a0e16ddd4e074bc200660cb2 Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Fri, 20 Jun 2025 06:15:24 +0000 Subject: [PATCH] deps: update dependency org.postgresql:postgresql to v42.7.7 [security] --- samples/spring-data-jdbc/postgresql/pom.xml | 2 +- samples/spring-data-mybatis/postgresql/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/samples/spring-data-jdbc/postgresql/pom.xml b/samples/spring-data-jdbc/postgresql/pom.xml index a9558ba56..fb704d0ac 100644 --- a/samples/spring-data-jdbc/postgresql/pom.xml +++ b/samples/spring-data-jdbc/postgresql/pom.xml @@ -72,7 +72,7 @@ org.postgresql postgresql - 42.7.6 + 42.7.7 diff --git a/samples/spring-data-mybatis/postgresql/pom.xml b/samples/spring-data-mybatis/postgresql/pom.xml index f808d9a3f..2985c2c5c 100644 --- a/samples/spring-data-mybatis/postgresql/pom.xml +++ b/samples/spring-data-mybatis/postgresql/pom.xml @@ -75,7 +75,7 @@ org.postgresql postgresql - 42.7.6 + 42.7.7 org.testcontainers