From 597d4727d72ad4c2e386b13137cf221ca56f8b9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 12:01:25 +0000 Subject: [PATCH] Gradle: Bump org.springframework.boot:spring-boot-autoconfigure Bumps [org.springframework.boot:spring-boot-autoconfigure](https://github.com/spring-projects/spring-boot) from 3.5.8 to 4.0.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.8...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-autoconfigure dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 18bec2214..7f2ec29e7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -54,7 +54,7 @@ val jacksonDatabindVersion = "2.20.1" val jacksonModuleKotlinVersion = "2.20.1" val springWebVersion = "6.2.14" val bouncyCastleJdk18Version = "1.83" -val springBootVersion = "3.5.8" +val springBootVersion = "4.0.0" val springSecurityJwtVersion = "1.1.1.RELEASE" val springOauthAutoConfigureVersion = "2.6.8" val kotlinJvmTarget = 21