From 425a9086410f278a475d78163bf89f5b8f384096 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 12:35:00 +0000 Subject: [PATCH] chore: bump springBootVersion from 4.0.5 to 4.0.6 Bumps `springBootVersion` from 4.0.5 to 4.0.6. Updates `org.springframework.boot:spring-boot-dependencies` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) Updates `org.springframework.boot:spring-boot-configuration-processor` from 4.0.5 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.5...v4.0.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.0.6 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 7c9f343b..c6ccfc73 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.0.5' // https://repo1.maven.org/maven2/org/springframework/boot/spring-boot-dependencies/ + springBootVersion = '4.0.6' // 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,