From 4d04e0e26bbcd60901ba81e3f6978f85905b90a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 16:49:37 +0000 Subject: [PATCH] Bump the spring group across 1 directory with 2 updates Bumps the spring group with 2 updates in the / directory: [org.springframework.boot](https://github.com/spring-projects/spring-boot) and [io.spring.dependency-management](https://github.com/spring-gradle-plugins/dependency-management-plugin). Updates `org.springframework.boot` from 2.5.2 to 4.0.6 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.2...v4.0.6) Updates `io.spring.dependency-management` from 1.0.11.RELEASE to 1.1.7 - [Release notes](https://github.com/spring-gradle-plugins/dependency-management-plugin/releases) - [Commits](https://github.com/spring-gradle-plugins/dependency-management-plugin/compare/v1.0.11.RELEASE...v1.1.7) --- updated-dependencies: - dependency-name: io.spring.dependency-management dependency-version: 1.1.7 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: spring - dependency-name: org.springframework.boot dependency-version: 4.0.6 dependency-type: direct:production update-type: version-update:semver-major dependency-group: spring ... Signed-off-by: dependabot[bot] --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index dc613e5..e83b939 100644 --- a/build.gradle +++ b/build.gradle @@ -1,6 +1,6 @@ plugins { - id 'org.springframework.boot' version '2.5.2' - id 'io.spring.dependency-management' version '1.0.11.RELEASE' + id 'org.springframework.boot' version '4.0.6' + id 'io.spring.dependency-management' version '1.1.7' id 'java' id 'jacoco' id "io.freefair.lombok" version "9.5.0"