From 9c0fcbd140ef2c0da69abffe472860ab05d52a49 Mon Sep 17 00:00:00 2001 From: Octabot Date: Sun, 26 Apr 2026 15:21:43 +0000 Subject: [PATCH] =?UTF-8?q?fix(deps):=20update=20dependency=20org.springfr?= =?UTF-8?q?amework.boot:spring-boot-dependencies=20[4.0.5=20=E2=86=92=20v4?= =?UTF-8?q?.0.6]?= 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 09f6607..e473255 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.5") + mavenBom("org.springframework.boot:spring-boot-dependencies:4.0.6") } }