From 3c7bab331e00ce6efe4d9bde439bd0203e4a6a9a Mon Sep 17 00:00:00 2001 From: Mend Renovate Date: Thu, 18 Sep 2025 21:46:47 +0000 Subject: [PATCH] deps: update dependency org.postgresql:postgresql to v42.7.8 --- 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 079036be4..f92603eeb 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.7 + 42.7.8 diff --git a/samples/spring-data-mybatis/postgresql/pom.xml b/samples/spring-data-mybatis/postgresql/pom.xml index 1e7c23616..8e03093fc 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.7 + 42.7.8 org.testcontainers