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/11/20 16:11:42 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9171] Upgrade to shiro 1.10.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 8408595fc [AMQ-9171] Upgrade to shiro 1.10.1
8408595fc is described below

commit 8408595fc86b8d0ccc1e48d5514961591666a0ff
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 20 07:44:11 2022 +0100

    [AMQ-9171] Upgrade to shiro 1.10.1
    
    (cherry picked from commit 42e1bf7467a22657026759a7a4efe414e6f59660)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 814a13ed0..95b2c8fa8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -96,7 +96,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.10.0</shiro-version>
+    <shiro-version>1.10.1</shiro-version>
     <slf4j-version>1.7.36</slf4j-version>
     <snappy-version>1.1.2</snappy-version>
     <spring-version>5.3.23</spring-version>