From 35babb9563f0b19eb794b701258437655c58c0d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 28 Aug 2026 10:43:42 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 4.1.0 to 4.1.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.1.0...v4.1.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index ad5bd0b..d47ff0a 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -1,6 +1,6 @@ plugins { id("java-library") - id("org.springframework.boot") version "4.1.0" apply false + id("org.springframework.boot") version "4.1.1" apply false id("io.spring.dependency-management") version "1.1.7" id("com.diffplug.spotless") version "8.8.0" id("checkstyle") @@ -27,7 +27,7 @@ repositories { dependencyManagement { imports { - mavenBom("org.springframework.boot:spring-boot-dependencies:4.1.0") + mavenBom("org.springframework.boot:spring-boot-dependencies:4.1.1") } }