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 2020/02/10 06:55:14 UTC

[activemq] branch master updated: [AMQ-7385] Upgrade to shiro 1.5.0

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 8d5fa7b  [AMQ-7385] Upgrade to shiro 1.5.0
     new 78826c9  Merge pull request #436 from jbonofre/AMQ-7385
8d5fa7b is described below

commit 8d5fa7bc69e386ef522e0396d82f2c3e18e5c1bc
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Tue Jan 28 14:32:02 2020 +0100

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

diff --git a/pom.xml b/pom.xml
index ffda81d..14e7ef3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -116,7 +116,7 @@
     <saxon-bundle-version>9.5.1-5_1</saxon-bundle-version>
     <scala-plugin-version>3.1.0</scala-plugin-version>
     <scala-version>2.11.0</scala-version>
-    <shiro-version>1.4.2</shiro-version>
+    <shiro-version>1.5.0</shiro-version>
     <scalatest-version>2.1.5</scalatest-version>
     <slf4j-version>1.7.25</slf4j-version>
     <snappy-version>1.1.2</snappy-version>