diff --git a/artemis-cdi-client/pom.xml b/artemis-cdi-client/pom.xml
index 1bad3d0905..048f4477bf 100644
--- a/artemis-cdi-client/pom.xml
+++ b/artemis-cdi-client/pom.xml
@@ -48,7 +48,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-cli/pom.xml b/artemis-cli/pom.xml
index 355024ad06..63127b22d2 100644
--- a/artemis-cli/pom.xml
+++ b/artemis-cli/pom.xml
@@ -104,7 +104,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-commons/pom.xml b/artemis-commons/pom.xml
index 075142df42..54dbf61db4 100644
--- a/artemis-commons/pom.xml
+++ b/artemis-commons/pom.xml
@@ -67,7 +67,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-core-client-osgi/pom.xml b/artemis-core-client-osgi/pom.xml
index 65fb332ec1..20b2122988 100644
--- a/artemis-core-client-osgi/pom.xml
+++ b/artemis-core-client-osgi/pom.xml
@@ -48,7 +48,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-core-client/pom.xml b/artemis-core-client/pom.xml
index e8978fbdb1..a018c8b8d1 100644
--- a/artemis-core-client/pom.xml
+++ b/artemis-core-client/pom.xml
@@ -47,7 +47,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-distribution/pom.xml b/artemis-distribution/pom.xml
index 115218dc02..36398f7e49 100644
--- a/artemis-distribution/pom.xml
+++ b/artemis-distribution/pom.xml
@@ -116,7 +116,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
runtime
diff --git a/artemis-jakarta-client/pom.xml b/artemis-jakarta-client/pom.xml
index d4e5893cf4..f44b87bd20 100644
--- a/artemis-jakarta-client/pom.xml
+++ b/artemis-jakarta-client/pom.xml
@@ -40,7 +40,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jakarta-ra/pom.xml b/artemis-jakarta-ra/pom.xml
index 0b97bf3778..cd4e0fe7af 100644
--- a/artemis-jakarta-ra/pom.xml
+++ b/artemis-jakarta-ra/pom.xml
@@ -43,7 +43,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jakarta-server/pom.xml b/artemis-jakarta-server/pom.xml
index 725620d0f4..429c9decdf 100644
--- a/artemis-jakarta-server/pom.xml
+++ b/artemis-jakarta-server/pom.xml
@@ -42,7 +42,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jakarta-service-extensions/pom.xml b/artemis-jakarta-service-extensions/pom.xml
index bcbea10538..6e60d3b659 100644
--- a/artemis-jakarta-service-extensions/pom.xml
+++ b/artemis-jakarta-service-extensions/pom.xml
@@ -56,7 +56,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jdbc-store/pom.xml b/artemis-jdbc-store/pom.xml
index d77fdfcd00..4103c12923 100644
--- a/artemis-jdbc-store/pom.xml
+++ b/artemis-jdbc-store/pom.xml
@@ -40,7 +40,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jms-client-osgi/pom.xml b/artemis-jms-client-osgi/pom.xml
index 24b1728e74..d90397e4e8 100644
--- a/artemis-jms-client-osgi/pom.xml
+++ b/artemis-jms-client-osgi/pom.xml
@@ -58,7 +58,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jms-client/pom.xml b/artemis-jms-client/pom.xml
index 6c04275673..4b81aafcd8 100644
--- a/artemis-jms-client/pom.xml
+++ b/artemis-jms-client/pom.xml
@@ -45,7 +45,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-jms-server/pom.xml b/artemis-jms-server/pom.xml
index 6cae75c302..9558138d96 100644
--- a/artemis-jms-server/pom.xml
+++ b/artemis-jms-server/pom.xml
@@ -45,7 +45,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-journal/pom.xml b/artemis-journal/pom.xml
index 728bee5a3c..bc00e1d4e1 100644
--- a/artemis-journal/pom.xml
+++ b/artemis-journal/pom.xml
@@ -48,7 +48,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-junit/artemis-junit-4/pom.xml b/artemis-junit/artemis-junit-4/pom.xml
index dd303338f1..c7f4750cd2 100644
--- a/artemis-junit/artemis-junit-4/pom.xml
+++ b/artemis-junit/artemis-junit-4/pom.xml
@@ -50,7 +50,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-junit/artemis-junit-5/pom.xml b/artemis-junit/artemis-junit-5/pom.xml
index 5997bff3ca..c1194bce74 100644
--- a/artemis-junit/artemis-junit-5/pom.xml
+++ b/artemis-junit/artemis-junit-5/pom.xml
@@ -52,7 +52,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-junit/artemis-junit-commons/pom.xml b/artemis-junit/artemis-junit-commons/pom.xml
index afa16b3365..c53658dd92 100644
--- a/artemis-junit/artemis-junit-commons/pom.xml
+++ b/artemis-junit/artemis-junit-commons/pom.xml
@@ -40,7 +40,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-log-annotation-processor/pom.xml b/artemis-log-annotation-processor/pom.xml
index 15fa536b56..f165ff6f5d 100644
--- a/artemis-log-annotation-processor/pom.xml
+++ b/artemis-log-annotation-processor/pom.xml
@@ -46,7 +46,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-protocols/artemis-amqp-protocol/pom.xml b/artemis-protocols/artemis-amqp-protocol/pom.xml
index 2e310fae7f..3a6d39409e 100644
--- a/artemis-protocols/artemis-amqp-protocol/pom.xml
+++ b/artemis-protocols/artemis-amqp-protocol/pom.xml
@@ -62,7 +62,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-protocols/artemis-hornetq-protocol/pom.xml b/artemis-protocols/artemis-hornetq-protocol/pom.xml
index a0ce0079de..cfb9b424ff 100644
--- a/artemis-protocols/artemis-hornetq-protocol/pom.xml
+++ b/artemis-protocols/artemis-hornetq-protocol/pom.xml
@@ -81,7 +81,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-protocols/artemis-mqtt-protocol/pom.xml b/artemis-protocols/artemis-mqtt-protocol/pom.xml
index e88a790128..b9b8671af7 100644
--- a/artemis-protocols/artemis-mqtt-protocol/pom.xml
+++ b/artemis-protocols/artemis-mqtt-protocol/pom.xml
@@ -108,7 +108,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-protocols/artemis-openwire-protocol/pom.xml b/artemis-protocols/artemis-openwire-protocol/pom.xml
index 0d01aa9c00..9f6b53a314 100644
--- a/artemis-protocols/artemis-openwire-protocol/pom.xml
+++ b/artemis-protocols/artemis-openwire-protocol/pom.xml
@@ -39,7 +39,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-protocols/artemis-stomp-protocol/pom.xml b/artemis-protocols/artemis-stomp-protocol/pom.xml
index 92f7854bf0..2e466d95f8 100644
--- a/artemis-protocols/artemis-stomp-protocol/pom.xml
+++ b/artemis-protocols/artemis-stomp-protocol/pom.xml
@@ -47,7 +47,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-quorum-ri/pom.xml b/artemis-quorum-ri/pom.xml
index 57f5dbf8bb..7d4e8e4add 100644
--- a/artemis-quorum-ri/pom.xml
+++ b/artemis-quorum-ri/pom.xml
@@ -99,7 +99,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-ra/pom.xml b/artemis-ra/pom.xml
index 68038b1336..c73b67aa54 100644
--- a/artemis-ra/pom.xml
+++ b/artemis-ra/pom.xml
@@ -87,7 +87,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-selector/pom.xml b/artemis-selector/pom.xml
index fe68468eae..549bfb3cf9 100644
--- a/artemis-selector/pom.xml
+++ b/artemis-selector/pom.xml
@@ -44,7 +44,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-server-osgi/pom.xml b/artemis-server-osgi/pom.xml
index a4c5eee1ba..db202f2db1 100644
--- a/artemis-server-osgi/pom.xml
+++ b/artemis-server-osgi/pom.xml
@@ -91,7 +91,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-server/pom.xml b/artemis-server/pom.xml
index 9729c6b5ce..9047622b18 100644
--- a/artemis-server/pom.xml
+++ b/artemis-server/pom.xml
@@ -47,7 +47,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-service-extensions/pom.xml b/artemis-service-extensions/pom.xml
index 391b01b75e..8d92cb61a9 100644
--- a/artemis-service-extensions/pom.xml
+++ b/artemis-service-extensions/pom.xml
@@ -45,7 +45,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-unit-test-support/pom.xml b/artemis-unit-test-support/pom.xml
index caac5cf97b..51547ed7fc 100644
--- a/artemis-unit-test-support/pom.xml
+++ b/artemis-unit-test-support/pom.xml
@@ -54,7 +54,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/artemis-web/pom.xml b/artemis-web/pom.xml
index 95f3f050cc..b0606bb3dd 100644
--- a/artemis-web/pom.xml
+++ b/artemis-web/pom.xml
@@ -39,7 +39,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/docs/user-manual/logging.adoc b/docs/user-manual/logging.adoc
index fdaef56ff7..47137b1924 100644
--- a/docs/user-manual/logging.adoc
+++ b/docs/user-manual/logging.adoc
@@ -77,7 +77,7 @@ Taking Log4J2 as an example logging implementation, since it used by the broker,
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
2.19.0
----
diff --git a/pom.xml b/pom.xml
index 6592a11740..70c49ec77f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -130,7 +130,7 @@
2.0.61.Final
0.34.1
1.0.0-M17
- 1.7.36
+ 2.0.9
2.21.1
1.10.0
1.2.21
@@ -776,7 +776,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
${log4j.version}
diff --git a/tests/activemq5-unit-tests/pom.xml b/tests/activemq5-unit-tests/pom.xml
index 8d8600b7a9..1c1ff62e5d 100644
--- a/tests/activemq5-unit-tests/pom.xml
+++ b/tests/activemq5-unit-tests/pom.xml
@@ -45,7 +45,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/compatibility-tests/pom.xml b/tests/compatibility-tests/pom.xml
index 63bbbf3e06..6a6eedf02e 100644
--- a/tests/compatibility-tests/pom.xml
+++ b/tests/compatibility-tests/pom.xml
@@ -228,7 +228,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/db-tests/pom.xml b/tests/db-tests/pom.xml
index d82e289ec6..91b5a8407c 100644
--- a/tests/db-tests/pom.xml
+++ b/tests/db-tests/pom.xml
@@ -146,7 +146,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/integration-tests-isolated/pom.xml b/tests/integration-tests-isolated/pom.xml
index c87b58326b..7317fb4e40 100644
--- a/tests/integration-tests-isolated/pom.xml
+++ b/tests/integration-tests-isolated/pom.xml
@@ -98,7 +98,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/integration-tests/pom.xml b/tests/integration-tests/pom.xml
index 0964412fc4..2de08e4f40 100644
--- a/tests/integration-tests/pom.xml
+++ b/tests/integration-tests/pom.xml
@@ -315,7 +315,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index 0c8826f20f..ea77f5ff32 100644
--- a/tests/jms-tests/pom.xml
+++ b/tests/jms-tests/pom.xml
@@ -93,7 +93,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test
diff --git a/tests/joram-tests/pom.xml b/tests/joram-tests/pom.xml
index 0ad7192d47..deed44254e 100644
--- a/tests/joram-tests/pom.xml
+++ b/tests/joram-tests/pom.xml
@@ -91,7 +91,7 @@
org.apache.logging.log4j
- log4j-slf4j-impl
+ log4j-slf4j2-impl
test