From 2971365a0d45cee71d0beb597074110f889c6bfa Mon Sep 17 00:00:00 2001 From: Octabot Date: Sun, 29 Mar 2026 09:46:25 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20org.springfr?= =?UTF-8?q?amework.boot:spring-boot-dependencies=20[4.0.4=20=E2=86=92=20v4?= =?UTF-8?q?.0.5]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 07026dd..7e4174e 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -22,7 +22,7 @@ java { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:4.0.4") + mavenBom("org.springframework.boot:spring-boot-dependencies:4.0.5") } }