From b38949702cad26f29d2e4e32cd394ff0e23ea67c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Apr 2026 22:05:53 +0000 Subject: [PATCH] Bump springBoot from 3.5.6 to 4.0.5 Bumps `springBoot` from 3.5.6 to 4.0.5. Updates `org.springframework.boot:spring-boot` from 3.5.6 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.5) Updates `org.springframework.boot:spring-boot-autoconfigure-processor` from 3.5.6 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.5) Updates `org.springframework.boot:spring-boot-autoconfigure` from 3.5.6 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.5) Updates `org.springframework.boot:spring-boot-test` from 3.5.6 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.5) Updates `org.springframework.boot` from 3.5.6 to 4.0.5 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.6...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-autoconfigure-processor dependency-version: 4.0.5 dependency-type: direct:production update-type: version-update:semver-major - dependency-name: org.springframework.boot:spring-boot-test dependency-version: 4.0.5 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 5b4ad8a..805a715 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -18,7 +18,7 @@ pkl = "0.31.1" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/dependencies spring = "7.0.7" # https://central.sonatype.com/artifact/org.springframework.boot/spring-boot/versions -springBoot = "3.5.6" +springBoot = "4.0.5" # https://central.sonatype.com/artifact/com.github.spotbugs/spotbugs-annotations/versions spotbugsAnnotations = "4.9.8" # https://github.com/diffplug/spotless/releases