From 2bc9e77cd540c6a9e5d20651133acfb7b14ce258 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jul 2026 10:55:25 +0000 Subject: [PATCH] Update dependency com.mikuac:shiro to v2.5.5 --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 78b2273..56e9d99 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -32,7 +32,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok:1.18.36") // Shiro - implementation("com.mikuac:shiro:2.3.7") + implementation("com.mikuac:shiro:2.5.5") // Database implementation("org.springframework.boot:spring-boot-starter-data-jpa")