From 851d5e18d675e1d71072bff3340ccd1a6241da74 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:19:56 +0000 Subject: [PATCH] Upgrade to Postgresql 42.5.3 Closes gh-34104 --- 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 31f4ae9cc1..ee089ef022 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1053,7 +1053,7 @@ bom { ] } } - library("Postgresql", "42.5.1") { + library("Postgresql", "42.5.3") { group("org.postgresql") { modules = [ "postgresql"