From 4527c38d5326fb27f2d9cd5f45d3d7f84696a589 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 18 Mar 2024 12:33:45 +0000 Subject: [PATCH] Upgrade to Postgresql 42.6.2 Closes gh-39986 --- 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 8a2fd3bba1..acd4e4d4b5 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1123,7 +1123,7 @@ bom { ] } } - library("Postgresql", "42.6.1") { + library("Postgresql", "42.6.2") { group("org.postgresql") { modules = [ "postgresql"