This is an automated email from the ASF dual-hosted git repository.
robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git
The following commit(s) were added to refs/heads/main by this push:
new 4cb936c6e1 ARTEMIS-4289: update to Log4j 2.20.0
4cb936c6e1 is described below
commit 4cb936c6e12af7252461722250f4d1ba2c8214bd
Author: Robbie Gemmell <[email protected]>
AuthorDate: Tue May 23 15:52:27 2023 +0100
ARTEMIS-4289: update to Log4j 2.20.0
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 3e6ef01765..93a30615b0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -122,7 +122,7 @@
<netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
<proton.version>0.34.1</proton.version>
<slf4j.version>1.7.36</slf4j.version>
- <log4j.version>2.19.0</log4j.version>
+ <log4j.version>2.20.0</log4j.version>
<qpid.jms.version>1.9.0</qpid.jms.version>
<johnzon.version>1.2.16</johnzon.version>
<hawtbuff.version>1.11</hawtbuff.version>