This is an automated email from the ASF dual-hosted git repository.
yuzhou 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 32dd2d8 [Issue-3816] upgrade log4jv2 to 2.17.1 (#3817)
32dd2d8 is described below
commit 32dd2d82c10e7761a80b494dfb691c08a2dcbb0a
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Feb 5 16:44:21 2022 +0100
[Issue-3816] upgrade log4jv2 to 2.17.1 (#3817)
https://github.com/apache/rocketmq/issues/3816
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index c2c8f8b..cb362d8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -594,12 +594,12 @@
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
- <version>2.15.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-slf4j-impl</artifactId>
- <version>2.15.0</version>
+ <version>2.17.1</version>
</dependency>
<dependency>
<groupId>commons-validator</groupId>