From 6f4cd3181d55499edf4a41090c4a53506c511947 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Jun 2026 16:21:03 +0000 Subject: [PATCH] chore(deps): bump springBoot from 3.5.10 to 4.0.7 Bumps `springBoot` from 3.5.10 to 4.0.7. Updates `org.springframework.boot:spring-boot-configuration-processor` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot:spring-boot-starter-actuator` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot:spring-boot-starter-web` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot:spring-boot-starter-log4j2` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot:spring-boot-starter-test` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot:spring-boot-starter-webflux` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) Updates `org.springframework.boot` from 3.5.10 to 4.0.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.10...v4.0.7) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-configuration-processor dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-actuator dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-log4j2 dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-test dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-web dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-starter-webflux dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-major ... 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 71dacd6..8776f81 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -springBoot = "3.5.10" +springBoot = "4.0.7" springDoc = "2.8.15" jacksonCsv = "2.21.0" springDependencyManagement = "1.1.7"