This is an automated email from the ASF dual-hosted git repository.
agresch pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/storm.git
The following commit(s) were added to refs/heads/master by this push:
new 07be3ed STORM-3811 Update log4j to 2.17 to address CVE-2021-45105.
(#3428)
07be3ed is described below
commit 07be3ed337b184e055463d84fe8aa6c636cbe8b2
Author: Bernard Joseph Jean Bruno <[email protected]>
AuthorDate: Mon Dec 20 19:21:45 2021 +0400
STORM-3811 Update log4j to 2.17 to address CVE-2021-45105. (#3428)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index f53e1fa..895e041 100644
--- a/pom.xml
+++ b/pom.xml
@@ -310,7 +310,7 @@
<auto-service.version>1.0-rc4</auto-service.version>
<netty.version>4.1.30.Final</netty.version>
<sysout-over-slf4j.version>1.0.2</sysout-over-slf4j.version>
- <log4j.version>2.16.0</log4j.version>
+ <log4j.version>2.17.0</log4j.version>
<slf4j.version>1.7.26</slf4j.version>
<metrics.version>3.2.6</metrics.version>
<mockito.version>3.0.0</mockito.version>