From 9db3f9adbf6c5452a4f49770e737899c9301c41c Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:44 +0100 Subject: [PATCH] Upgrade to Postgresql 42.2.14 Closes gh-21973 --- 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 63719f51e0..2b3ba73fc3 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1380,7 +1380,7 @@ bom { ] } } - library("Postgresql", "42.2.12") { + library("Postgresql", "42.2.14") { group("org.postgresql") { modules = [ "postgresql"