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

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

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 ff97a42d0 [AMQ-9114] Upgrade to log4j2 2.19.0 (#913)
ff97a42d0 is described below

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

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

diff --git a/pom.xml b/pom.xml
index 3871f8cc2..e3c519e24 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>3.8.0</mockito-version>
     <owasp-dependency-check-version>7.1.1</owasp-dependency-check-version>
     <mqtt-client-version>1.16</mqtt-client-version>