From 9cb32b3e8f49fbd3a8dc3d2758aa10eb503d34a5 Mon Sep 17 00:00:00 2001 From: yukaidi Date: Fri, 29 May 2026 03:08:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(security):=20=E5=8D=87=E7=BA=A7=20postgresq?= =?UTF-8?q?l=20=E9=A9=B1=E5=8A=A8=E7=89=88=E6=9C=AC=2042.7.3=20->=2042.7.1?= =?UTF-8?q?1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 修复 SCRAM 认证 DoS 漏洞 --- core-database/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core-database/pom.xml b/core-database/pom.xml index 398fd2d..0ae8493 100644 --- a/core-database/pom.xml +++ b/core-database/pom.xml @@ -65,7 +65,7 @@ org.postgresql postgresql - 42.7.3 + 42.7.11