From 3cb8a4fd5ac53f5edc956db1085fe53b4d5f23fe Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Tue, 15 Sep 2020 14:25:35 +0200 Subject: [PATCH] Upgrade to Postgresql 42.2.16 Closes gh-23315 --- 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 1044e7c537..1f4f8dd6f9 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1366,7 +1366,7 @@ bom { ] } } - library("Postgresql", "42.2.14") { + library("Postgresql", "42.2.16") { group("org.postgresql") { modules = [ "postgresql"