From 40147dfda572e091d61a8735a7fe3e2a973a607b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Nov 2025 05:06:31 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin in /buildSrc Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.5.3 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.3...v4.0.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index f81249c..24b6362 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -10,7 +10,7 @@ dependencies { val kotlinVersion = "2.0.21" implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:$kotlinVersion") // kotlin("jvm") implementation("org.jetbrains.kotlin:kotlin-allopen:$kotlinVersion") // kotlin("plugin.spring") - implementation("org.springframework.boot:spring-boot-gradle-plugin:3.5.3") // id("org.springframework.boot") + implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.0") // id("org.springframework.boot") implementation("io.spring.gradle:dependency-management-plugin:1.1.7") // id("io.spring.dependency-management") implementation("com.adarshr:gradle-test-logger-plugin:4.0.0") // id("com.adarshr.test-logger") implementation("io.gitlab.arturbosch.detekt:detekt-gradle-plugin:1.23.8") // id("io.gitlab.arturbosch.detekt")