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 2021/10/04 08:58:40 UTC

[activemq] branch activemq-5.16.x updated: [AMQ-8394] Upgrade to shiro 1.8.0

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 0476091  [AMQ-8394] Upgrade to shiro 1.8.0
0476091 is described below

commit 0476091fee0088fb61cca15c7bcc724abfa1f219
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Oct 3 18:05:57 2021 +0200

    [AMQ-8394] Upgrade to shiro 1.8.0
    
    (cherry picked from commit dc574d2a934df8b5bdb27de328934101e8d89b75)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0475f0a..a85f9f3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
     <rome-version>1.16.0</rome-version>
     <scala-plugin-version>3.1.0</scala-plugin-version>
     <scala-version>2.11.11</scala-version>
-    <shiro-version>1.7.1</shiro-version>
+    <shiro-version>1.8.0</shiro-version>
     <scalatest-version>3.0.8</scalatest-version>
     <slf4j-version>1.7.32</slf4j-version>
     <snappy-version>1.1.2</snappy-version>