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