From 87c6ca0757f79dd2d129ed6ce695da6af8798004 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 11:29:28 +0000 Subject: [PATCH] Upgrade to Postgresql 42.2.18 Closes gh-23881 --- 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 3a47476cdee..bad26cae21a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1370,7 +1370,7 @@ bom { ] } } - library("Postgresql", "42.2.16") { + library("Postgresql", "42.2.18") { group("org.postgresql") { modules = [ "postgresql"