From 124bf2604ad7a32d1cc870eb92d1f57e73d1c99b Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Oct 2021 14:43:24 +0100 Subject: [PATCH] Upgrade to Postgresql 42.3.0 Closes gh-28418 --- 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 501f9d16ff0..4815046cb34 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1338,7 +1338,7 @@ bom { ] } } - library("Postgresql", "42.2.24") { + library("Postgresql", "42.3.0") { group("org.postgresql") { modules = [ "postgresql"