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 d741456 Build(deps): Bump shiro.version from 2.2.1 to 3.0.0 (#536)
d741456 is described below
commit d7414564a8c6ee4519b104a40e24a89ab139f6f8
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Aug 14 14:16:44 2026 +0200
Build(deps): Bump shiro.version from 2.2.1 to 3.0.0 (#536)
Bumps `shiro.version` from 2.2.1 to 3.0.0.
Updates `org.apache.shiro:shiro-core` from 2.2.1 to 3.0.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.2.1...shiro-root-3.0.0)
Updates `org.apache.shiro:shiro-web` from 2.2.1 to 3.0.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.2.1...shiro-root-3.0.0)
---
updated-dependencies:
- dependency-name: org.apache.shiro:shiro-core
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
- dependency-name: org.apache.shiro:shiro-web
dependency-version: 3.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
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 2d35b75..9177877 100644
--- a/shiro-basic/pom.xml
+++ b/shiro-basic/pom.xml
@@ -13,7 +13,7 @@
<packaging>war</packaging>
<properties>
- <shiro.version>2.2.1</shiro.version>
+ <shiro.version>3.0.0</shiro.version>
</properties>
<dependencies>