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:35:13 UTC

[activemq] branch activemq-5.17.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.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 9ef94cb12 [AMQ-8990] Upgrade to shiro 1.9.1
9ef94cb12 is described below

commit 9ef94cb124dea35a8de49d96b322b7d3002606b2
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 bdd71cd8e..f9095da3b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -98,7 +98,7 @@
     <netty-version>4.1.75.Final</netty-version>
     <regexp-version>1.3</regexp-version>
     <rome-version>1.18.0</rome-version>
-    <shiro-version>1.9.0</shiro-version>
+    <shiro-version>1.9.1</shiro-version>
     <slf4j-version>1.7.36</slf4j-version>
     <snappy-version>1.1.2</snappy-version>
     <spring-version>5.3.19</spring-version>