From c85e66f567053387f23d45e5cbcdea3f818f65b7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 12 Oct 2022 20:32:17 +0000 Subject: [PATCH] build(deps): bump shiro-core from 1.4.2 to 1.10.0 in /demo-shiro Bumps [shiro-core](https://github.com/apache/shiro) from 1.4.2 to 1.10.0. - [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.4.2...shiro-root-1.10.0) --- updated-dependencies: - dependency-name: org.apache.shiro:shiro-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com> --- demo-shiro/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo-shiro/pom.xml b/demo-shiro/pom.xml index 49e5a20..47fedcb 100644 --- a/demo-shiro/pom.xml +++ b/demo-shiro/pom.xml @@ -24,7 +24,7 @@ <dependency> <groupId>org.apache.shiro</groupId> <artifactId>shiro-core</artifactId> - <version>1.4.2</version> + <version>1.10.0</version> </dependency> <dependency> <groupId>junit</groupId>