This is an automated email from the ASF dual-hosted git repository. jongyoul pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/zeppelin.git
The following commit(s) were added to refs/heads/master by this push: new 8ddf7294fe Bump org.apache.shiro:shiro-core from 1.10.0 to 1.13.0 (#4703) 8ddf7294fe is described below commit 8ddf7294fe6007afa09d611942e547a5d8e25271 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Feb 5 21:39:31 2024 +0900 Bump org.apache.shiro:shiro-core from 1.10.0 to 1.13.0 (#4703) Bumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from 1.10.0 to 1.13.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.10.0...shiro-root-1.13.0) --- updated-dependencies: - dependency-name: org.apache.shiro:shiro-core dependency-type: direct:production ... Signed-off-by: dependabot[bot] <supp...@github.com> 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 d5624d88d9..f5ad751a46 100644 --- a/pom.xml +++ b/pom.xml @@ -133,7 +133,7 @@ <commons.io.version>2.7</commons.io.version> <commons.collections.version>3.2.2</commons.collections.version> <commons.cli.version>1.4</commons.cli.version> - <shiro.version>1.10.0</shiro.version> + <shiro.version>1.13.0</shiro.version> <bouncycastle.version>1.70</bouncycastle.version> <maven.version>3.6.3</maven.version> <dropwizard.version>4.1.14</dropwizard.version>