From 6004835fd29d0e8bc058609d20865bfe4be59904 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 08:51:42 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.20 Closes gh-26516 --- 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 176527ed0c..49bc5b99bb 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1263,7 +1263,7 @@ bom { ] } } - library("Postgresql", "42.2.19") { + library("Postgresql", "42.2.20") { group("org.postgresql") { modules = [ "postgresql"