From caf29035884a612917c370eee664048c30d92339 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 10 May 2022 17:33:20 +0100 Subject: [PATCH] Upgrade to Postgresql 42.3.5 Closes gh-30939 --- 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 0a9d7bab43b3..94c68ab91178 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1385,7 +1385,7 @@ bom { ] } } - library("Postgresql", "42.3.4") { + library("Postgresql", "42.3.5") { group("org.postgresql") { modules = [ "postgresql"