From eba47a8471c12aab1926b615af499aa6f49999d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 02:12:34 +0000 Subject: [PATCH] Bump org.springframework.boot from 4.0.4 to 4.0.5 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 4.0.4 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index d89aea2..e1f23f3 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -4,7 +4,7 @@ import java.util.zip.GZIPInputStream plugins { id("java") - id("org.springframework.boot") version "4.0.4" + id("org.springframework.boot") version "4.0.5" id("io.freefair.lombok") version "9.2.0" }