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 2021/07/28 05:21:05 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8331] Update to slf4j 1.7.31

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

jbonofre pushed a commit to branch activemq-5.16.x
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/activemq-5.16.x by this push:
     new 3857a03  [AMQ-8331] Update to slf4j 1.7.31
3857a03 is described below

commit 3857a034fe86bfaa196e7f45a474a56859852058
Author: Matt Pavlovich <ma...@hyte.io>
AuthorDate: Fri Jul 16 11:46:19 2021 -0500

    [AMQ-8331] Update to slf4j 1.7.31
    
    (cherry picked from commit a2ebabe32ba32008bc088f21435fbe12a92ed0d4)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index aa85baf..b095a89 100644
--- a/pom.xml
+++ b/pom.xml
@@ -103,7 +103,7 @@
     <scala-version>2.11.11</scala-version>
     <shiro-version>1.7.1</shiro-version>
     <scalatest-version>3.0.8</scalatest-version>
-    <slf4j-version>1.7.30</slf4j-version>
+    <slf4j-version>1.7.31</slf4j-version>
     <snappy-version>1.1.2</snappy-version>
     <spring-version>4.3.30.RELEASE</spring-version>
     <taglibs-version>1.2.5</taglibs-version>