From 68cd28a4816362dd6ebf75c87d3c9784531f5055 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Mon, 21 Jun 2021 14:48:42 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.22 Closes gh-26994 --- 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 d185d36987..92a5e13a9d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1351,7 +1351,7 @@ bom { ] } } - library("Postgresql", "42.2.20") { + library("Postgresql", "42.2.22") { group("org.postgresql") { modules = [ "postgresql"