This is an automated email from the ASF dual-hosted git repository.
jxue pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 39ed60bcd Fix release note for Log4j version
39ed60bcd is described below
commit 39ed60bcd257826c31cd157b9e1c016952d4ffc7
Author: Junkai Xue <[email protected]>
AuthorDate: Fri Apr 22 14:35:40 2022 -0700
Fix release note for Log4j version
---
website/1.0.3/src/site/apt/releasenotes/release-1.0.3.apt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/website/1.0.3/src/site/apt/releasenotes/release-1.0.3.apt
b/website/1.0.3/src/site/apt/releasenotes/release-1.0.3.apt
index eab0ccea8..0146441b0 100644
--- a/website/1.0.3/src/site/apt/releasenotes/release-1.0.3.apt
+++ b/website/1.0.3/src/site/apt/releasenotes/release-1.0.3.apt
@@ -54,7 +54,7 @@ Release Notes for Apache Helix 1.0.3
** Bug Fixes
- * Upgrade Log4j to 2.16.0 to address CVE-2021-44228 (#1922)
+ * Upgrade Log4j to 2.17.1 to address CVE-2021-44228 (#1922)
* fix Broken Logic in perPartitionHealthCheck (#2012)