This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new e3487c46d [AMQ-9226] Upgrade to log4j 2.20.0
e3487c46d is described below
commit e3487c46dbd1490404eec480ee0f7bf04d213a28
Author: JB Onofré <[email protected]>
AuthorDate: Fri Mar 10 15:35:23 2023 +0100
[AMQ-9226] Upgrade to log4j 2.20.0
(cherry picked from commit 3ae1d9af5626e1f69b20dd4908a161a4f03ead94)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 9052bb613..a98c3194f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -83,7 +83,7 @@
<junit-version>4.13.2</junit-version>
<hamcrest-version>1.3</hamcrest-version>
<karaf-version>4.3.7</karaf-version>
- <log4j-version>2.19.0</log4j-version>
+ <log4j-version>2.20.0</log4j-version>
<mockito-version>3.8.0</mockito-version>
<owasp-dependency-check-version>7.1.1</owasp-dependency-check-version>
<mqtt-client-version>1.16</mqtt-client-version>