From eb91d8bcddaf1030c54b805c7631227da96e4355 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn?= Date: Fri, 25 Nov 2022 17:01:24 +0800 Subject: [PATCH] [SPARK-41245][BUILD] Upgrade `postgresql` to 42.5.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### What changes were proposed in this pull request? Upgrade postgresql from 42.5.0 to 42.5.1 [Changelog](https://jdbc.postgresql.org/changelogs/2022-11-23-42.5.1-release/) ### Why are the changes needed? [CVE-2022-41946](https://nvd.nist.gov/vuln/detail/CVE-2022-41946) ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass GA Closes #38791 from bjornjorgensen/postgressql-42.5.1. Authored-by: Bjørn Signed-off-by: Ruifeng Zheng --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6806c15817824..b78a9f1880934 100644 --- a/pom.xml +++ b/pom.xml @@ -1209,7 +1209,7 @@ org.postgresql postgresql - 42.5.0 + 42.5.1 test