From 95726cc7f9980e7f3d9dcb4fa7a610b527daab6f Mon Sep 17 00:00:00 2001 From: DGun Otto Date: Thu, 22 Feb 2024 18:36:18 +0800 Subject: [PATCH] Update PostgreSQL to silence CVE-2024-1597 warning (#2778) --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a3f870e80..72ab7e3f5 100644 --- a/pom.xml +++ b/pom.xml @@ -997,7 +997,7 @@ org.postgresql postgresql - 42.6.0 + 42.7.2 true