From f355830b094acaef1404c5045c69c5db6274ef98 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 4 Jan 2024 16:33:48 +0000 Subject: [PATCH] Upgrade to Postgresql 42.7.1 Closes gh-39025 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 7c0e92075c..0163223f69 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1119,7 +1119,7 @@ bom { ] } } - library("Postgresql", "42.6.0") { + library("Postgresql", "42.7.1") { group("org.postgresql") { modules = [ "postgresql"