From 69ce28617cf2a07fa6ccf3e9f2128ffe18fc0239 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 17 May 2021 07:46:33 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.20 Closes gh-26493 --- 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 5f5e8240c59..9fc524fc7f0 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1374,7 +1374,7 @@ bom { ] } } - library("Postgresql", "42.2.19") { + library("Postgresql", "42.2.20") { group("org.postgresql") { modules = [ "postgresql"