From 864ad025d5de9d0273a0282fccfb4c829c35d886 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 4 Sep 2026 12:33:43 +0000 Subject: [PATCH] chore: bump springBootVersion from 4.1.0 to 4.1.1 Bumps `springBootVersion` from 4.1.0 to 4.1.1. Updates `org.springframework.boot:spring-boot-dependencies` 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) Updates `org.springframework.boot:spring-boot-configuration-processor` 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 - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.1.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index cb79362d..0c697b4c 100644 --- a/build.gradle +++ b/build.gradle @@ -7,7 +7,7 @@ plugins { // Define version variables at root level so they're available everywhere ext { - springBootVersion = '4.1.0' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/ + springBootVersion = '4.1.1' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/ // The following versions are managed by Spring Boot BOM (no need to define here): // junitJupiterVersion, mockitoVersion, slf4jVersion, logbackVersion, // jacksonVersion, jacksonDatabindVersion, micrometerVersion, janinoVersion,