From 4e35c66007ccaa8fe8ae0c221c27b5e361922b11 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Feb 2022 22:08:36 +0000 Subject: [PATCH] Bump shiro-web from 1.2.5 to 1.7.1 in /wx-app-web-boss Bumps [shiro-web](https://github.com/apache/shiro) from 1.2.5 to 1.7.1. - [Release notes](https://github.com/apache/shiro/releases) - [Changelog](https://github.com/apache/shiro/blob/main/RELEASE-NOTES) - [Commits](https://github.com/apache/shiro/compare/shiro-root-1.2.5...shiro-root-1.7.1) --- updated-dependencies: - dependency-name: org.apache.shiro:shiro-web dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- wx-app-web-boss/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wx-app-web-boss/pom.xml b/wx-app-web-boss/pom.xml index 7a5c768..3e35e91 100644 --- a/wx-app-web-boss/pom.xml +++ b/wx-app-web-boss/pom.xml @@ -18,7 +18,7 @@ <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> <project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding> <project.build.directory>target</project.build.directory> - <apache.shiro.version>1.2.5</apache.shiro.version> + <apache.shiro.version>1.7.1</apache.shiro.version> <shiro.spring.version>1.4.0</shiro.spring.version> <java.version>1.8</java.version> </properties>