From b821d842a813bd49a1c6e543ebd17f637c2563ea Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 13:45:22 +0000 Subject: [PATCH] Upgrade to Postgresql 42.7.3 Closes gh-40005 --- 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 7ce6fb7821..d9e5250a64 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1404,7 +1404,7 @@ bom { ] } } - library("Postgresql", "42.7.2") { + library("Postgresql", "42.7.3") { group("org.postgresql") { modules = [ "postgresql"