From 1d3154d6d6efcffa44768ae6cbf206ec83cf9059 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 21:45:43 +0000 Subject: [PATCH] Bump org.springframework.boot from 3.2.0 to 4.0.3 Bumps [org.springframework.boot](https://github.com/spring-projects/spring-boot) from 3.2.0 to 4.0.3. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.2.0...v4.0.3) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.3 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 e1f69ea..9af02f1 100644 --- a/build.gradle +++ b/build.gradle @@ -1,7 +1,7 @@ plugins { id 'java' id 'idea' - id 'org.springframework.boot' version '3.2.0' + id 'org.springframework.boot' version '4.0.3' } group 'com.example'