From 5891c54bead06c74aee58d8ecb8ef99a3ec5a03b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 17:01:05 +0000 Subject: [PATCH] Bump org.springframework.boot from 2.7.18 to 4.0.1 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 2.7.18 to 4.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.7.18...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index b7451a1..8723df9 100644 --- a/build.gradle +++ b/build.gradle @@ -13,7 +13,7 @@ */ plugins { - id 'org.springframework.boot' version '2.7.18' + id 'org.springframework.boot' version '4.0.1' id 'java' }