This is an automated email from the ASF dual-hosted git repository.
jbertram 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 7454b4d284 ARTEMIS-4623 upgrade SLF4J to 2.0.11
7454b4d284 is described below
commit 7454b4d2842b2431dc93b1a4f325a167896958ff
Author: Justin Bertram <[email protected]>
AuthorDate: Wed Jan 31 10:16:14 2024 -0600
ARTEMIS-4623 upgrade SLF4J to 2.0.11
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index b218eafa6e..8d0a2424b8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -131,7 +131,7 @@
<netty-tcnative-version>2.0.61.Final</netty-tcnative-version>
<proton.version>0.34.1</proton.version>
<protonj2.version>1.0.0-M19</protonj2.version>
- <slf4j.version>2.0.9</slf4j.version>
+ <slf4j.version>2.0.11</slf4j.version>
<log4j.version>2.22.1</log4j.version>
<qpid.jms.version>1.10.0</qpid.jms.version>
<johnzon.version>1.2.21</johnzon.version>