From 38bbe4a72c49d9fab4c1478d4fffc5ec78f946b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Nov 2023 07:51:41 +0000 Subject: [PATCH] :arrow_up: Bump org.apache.shiro:shiro-core from 1.12.0 to 1.13.0 Bumps [org.apache.shiro:shiro-core](https://github.com/apache/shiro) from 1.12.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.12.0...shiro-root-1.13.0) --- updated-dependencies: - dependency-name: org.apache.shiro:shiro-core dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- shiro-jee/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/shiro-jee/build.gradle b/shiro-jee/build.gradle index 9ac99f84..65f2b1c1 100644 --- a/shiro-jee/build.gradle +++ b/shiro-jee/build.gradle @@ -7,7 +7,7 @@ dependencies { //compileOnly 'javax:javaee-web-api:7.0' compileOnly group: 'jakarta.platform', name: 'jakarta.jakartaee-api', version: '8.0.0' implementation project(':ds2-oss-core-api') - implementation 'org.apache.shiro:shiro-core:1.12.0' + implementation 'org.apache.shiro:shiro-core:1.13.0' implementation 'org.apache.shiro:shiro-jaxrs:1.12.0' runtimeOnly project(':ds2-oss-core-base') testImplementation 'org.projectlombok:lombok:1.18.30'