From 895a2ed013318c9b4a669d0a8fea3dccdb69a2a6 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Sun, 11 Jul 2021 08:12:08 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.23 Closes gh-27244 --- 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 cd84e771446..61cc53216fd 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1269,7 +1269,7 @@ bom { ] } } - library("Postgresql", "42.2.22") { + library("Postgresql", "42.2.23") { group("org.postgresql") { modules = [ "postgresql"