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:10:54 UTC

[activemq] branch main 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 main
in repository https://gitbox.apache.org/repos/asf/activemq.git


The following commit(s) were added to refs/heads/main by this push:
     new 42e1bf746 [AMQ-9171] Upgrade to shiro 1.10.1
     new c6e8267d4 Merge pull request #940 from jbonofre/AMQ-9171
42e1bf746 is described below

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

    [AMQ-9171] Upgrade to shiro 1.10.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index a4161d6dd..4fe9d64e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -95,7 +95,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>