From c2d753751fe2b3f00041fcabf9c6b9cbbdb49ded Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 22:22:40 +0000 Subject: [PATCH] chore(deps): Bump spring-boot-plugin from 4.0.6 to 4.1.0 Bumps `spring-boot-plugin` from 4.0.6 to 4.1.0. Updates `org.springframework.boot:spring-boot-jackson2` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot:spring-boot-restclient` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) Updates `org.springframework.boot` from 4.0.6 to 4.1.0 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.6...v4.1.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-jackson2 dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot:spring-boot-restclient dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: org.springframework.boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index e64ce1e3e..d81636bf3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ owasp-dependencycheck = "12.2.2" protobuf = "4.35.1" protobuf-plugin = "0.10.0" spotless = "8.7.0" -spring-boot-plugin = "4.0.6" +spring-boot-plugin = "4.1.0" spring-cloud = "2025.1.2" # not managed by spring-boot-dependencies spring-cloud-stream = "5.0.2" # not managed by spring-boot-dependencies