This is an automated email from the ASF dual-hosted git repository.
yasith pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/airavata.git
The following commit(s) were added to refs/heads/master by this push:
new c42a928c38 deps: bump shiro-core from 2.0.4 to 2.1.0 (#588)
c42a928c38 is described below
commit c42a928c3848fdd3648345a4a24fa0eecdadedd4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Mar 30 15:27:14 2026 -0400
deps: bump shiro-core from 2.0.4 to 2.1.0 (#588)
Bumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from
2.0.4 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.4...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>
---
pom.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/pom.xml b/pom.xml
index 180c634b11..a869463b41 100644
--- a/pom.xml
+++ b/pom.xml
@@ -262,7 +262,7 @@ under the License.
<dependency>
<groupId>org.apache.shiro</groupId>
<artifactId>shiro-core</artifactId>
- <version>2.0.4</version>
+ <version>2.1.0</version>
</dependency>
<dependency>
<groupId>org.apache.directory.api</groupId>