From 4bdd75cfb54c8e4ea0bbaacc6cfbf3f7d832d65d Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 12 Jul 2021 07:54:17 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.23 Closes gh-27280 --- 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 e666426442c..2d6e8bc7905 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1344,7 +1344,7 @@ bom { ] } } - library("Postgresql", "42.2.20") { + library("Postgresql", "42.2.23") { group("org.postgresql") { modules = [ "postgresql"