This is an automated email from the ASF dual-hosted git repository.
lukaszlenart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/struts-examples.git
The following commit(s) were added to refs/heads/main by this push:
new d4f3e9e Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic
(#520)
d4f3e9e is described below
commit d4f3e9e3dfd30f211658dc7dc02ddf1d28203f16
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jun 17 10:19:06 2026 +0200
Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic (#520)
Bumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from
2.0.5 to 2.1.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-2.0.5...shiro-root-2.1.0)
---
updated-dependencies:
- dependency-name: org.apache.shiro:shiro-core
dependency-version: 2.1.0
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
shiro-basic/pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/shiro-basic/pom.xml b/shiro-basic/pom.xml
index 2790a2b..6a2e7fd 100644
--- a/shiro-basic/pom.xml
+++ b/shiro-basic/pom.xml
@@ -13,7 +13,7 @@
<packaging>war</packaging>
<properties>
- <shiro.version>2.0.5</shiro.version>
+ <shiro.version>2.1.0</shiro.version>
</properties>
<dependencies>