This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.18.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.18.x by this push:
new 3a709528f AMQ-9439: Upgrade to log4j 2.23.0
3a709528f is described below
commit 3a709528f5262e8e6a85ed4e6fbedc3944f8c39d
Author: JB Onofré <[email protected]>
AuthorDate: Wed Feb 28 20:36:10 2024 +0100
AMQ-9439: Upgrade to log4j 2.23.0
(cherry picked from commit 1d369b5f7a831f9215a6d738576bd0278cb3aee3)
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 40675f4bf..d9f39f44d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -85,7 +85,7 @@
<junit-version>4.13.2</junit-version>
<hamcrest-version>1.3</hamcrest-version>
<karaf-version>4.3.7</karaf-version>
- <log4j-version>2.22.1</log4j-version>
+ <log4j-version>2.23.0</log4j-version>
<mockito-version>4.8.1</mockito-version>
<owasp-dependency-check-version>8.4.2</owasp-dependency-check-version>
<mqtt-client-version>1.16</mqtt-client-version>