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 216e930  bump log4j 2.16.0 (#3425)
216e930 is described below

commit 216e930826d0211f55868b7c5f47280a383c3e1e
Author: Luke Sun <[email protected]>
AuthorDate: Thu Dec 16 08:16:26 2021 -0800

    bump log4j 2.16.0 (#3425)
    
    STORM-3811 bump log4j 2.16.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 002b475..f53e1fa 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.11.2</log4j.version>
+        <log4j.version>2.16.0</log4j.version>
         <slf4j.version>1.7.26</slf4j.version>
         <metrics.version>3.2.6</metrics.version>
         <mockito.version>3.0.0</mockito.version>

Reply via email to