You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@knox.apache.org by kr...@apache.org on 2020/11/17 20:36:01 UTC

[knox] 01/03: KNOX-2471 - Upgrade Shiro to 1.7.0

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

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

commit bde25bc416c0ab24689f2b0e1638df9d4ab504da
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Tue Nov 17 13:57:19 2020 -0500

    KNOX-2471 - Upgrade Shiro to 1.7.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2699de3..6283e9e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -247,7 +247,7 @@
         <pac4j.version>4.0.3</pac4j.version>
         <protobuf.version>3.13.0</protobuf.version>
         <rest-assured.version>4.3.1</rest-assured.version>
-        <shiro.version>1.6.0</shiro.version>
+        <shiro.version>1.7.0</shiro.version>
         <shrinkwrap.version>1.2.6</shrinkwrap.version>
         <shrinkwrap.descriptors.version>2.0.0</shrinkwrap.descriptors.version>
         <slf4j.version>1.7.30</slf4j.version>