You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ma...@apache.org on 2022/10/18 18:07:44 UTC

[activemq] branch main updated: [AMQ-9114] Upgrade to log4j2 2.19.0 (#913)

This is an automated email from the ASF dual-hosted git repository.

mattrpav pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new be1a5ec68 [AMQ-9114] Upgrade to log4j2 2.19.0 (#913)
be1a5ec68 is described below

commit be1a5ec68e4dc65ea669cb46c9a05ee20c1b65b5
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Tue Oct 18 13:07:39 2022 -0500

    [AMQ-9114] Upgrade to log4j2 2.19.0 (#913)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f01d9677a..8de33a8ae 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.18.0</log4j-version>
+    <log4j-version>2.19.0</log4j-version>
     <mockito-version>4.7.0</mockito-version>
     <owasp-dependency-check-version>7.1.1</owasp-dependency-check-version>
     <mqtt-client-version>1.16</mqtt-client-version>