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 b914d39 Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic
(#524)
b914d39 is described below
commit b914d39abec60d05a4d94410325aaeb9d56e1a4d
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 6 13:35:59 2026 +0200
Build(deps): Bump org.apache.shiro:shiro-core in /shiro-basic (#524)
Bumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from
2.1.0 to 2.2.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-2.1.0...shiro-root-2.2.1)
---
updated-dependencies:
- dependency-name: org.apache.shiro:shiro-core
dependency-version: 2.2.1
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 6a2e7fd..39af6ce 100644
--- a/shiro-basic/pom.xml
+++ b/shiro-basic/pom.xml
@@ -13,7 +13,7 @@
<packaging>war</packaging>
<properties>
- <shiro.version>2.1.0</shiro.version>
+ <shiro.version>2.2.1</shiro.version>
</properties>
<dependencies>