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/07/22 13:36:51 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8990] Upgrade to shiro 1.9.1

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 72f17f154 [AMQ-8990] Upgrade to shiro 1.9.1
72f17f154 is described below

commit 72f17f1544b554c664ad039ee253ff5ea93bc175
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Mon Jul 11 09:40:06 2022 +0200

    [AMQ-8990] Upgrade to shiro 1.9.1
    
    (cherry picked from commit 3263d81dcec84ff1d93db517083753f9048a67ff)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 389de99fc..d3ab72835 100644
--- a/pom.xml
+++ b/pom.xml
@@ -104,7 +104,7 @@
     <rome-version>1.18.0</rome-version>
     <scala-plugin-version>3.1.0</scala-plugin-version>
     <scala-version>2.11.11</scala-version>
-    <shiro-version>1.9.0</shiro-version>
+    <shiro-version>1.9.1</shiro-version>
     <scalatest-version>3.0.8</scalatest-version>
     <slf4j-version>1.7.36</slf4j-version>
     <snappy-version>1.1.2</snappy-version>