You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@rocketmq.apache.org by du...@apache.org on 2021/12/10 13:23:09 UTC

[rocketmq] branch develop updated: bump up log4j-core version to 2.15.0 (#3621)

This is an automated email from the ASF dual-hosted git repository.

duhengforever pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4593ad4  bump up log4j-core version to 2.15.0 (#3621)
4593ad4 is described below

commit 4593ad4a59464c9b550ea89dd4675d94fb831d19
Author: ltamber <lt...@gmail.com>
AuthorDate: Fri Dec 10 21:22:54 2021 +0800

    bump up log4j-core version to 2.15.0 (#3621)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e17a589..59813ba 100644
--- a/pom.xml
+++ b/pom.xml
@@ -587,7 +587,7 @@
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>
                 <artifactId>log4j-core</artifactId>
-                <version>2.7</version>
+                <version>2.15.0</version>
             </dependency>
             <dependency>
                 <groupId>org.apache.logging.log4j</groupId>