From 898cf7665adbf9d137beb5316ed2b2dd02472a3e Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 17 Jun 2022 10:30:28 +0200 Subject: [PATCH] Upgrade to Postgresql 42.3.6 Closes gh-31417 --- 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 0d6cf466b1..198a34cab6 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1397,7 +1397,7 @@ bom { ] } } - library("Postgresql", "42.3.5") { + library("Postgresql", "42.3.6") { group("org.postgresql") { modules = [ "postgresql"