From 9cc11ce8cc8df6569d24b153fa77c495659ec725 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Aug 2025 01:40:48 +0000 Subject: [PATCH] fix: bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 3.4.4 to 3.5.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.4...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.4 dependency-type: direct:production update-type: version-update:semver-minor ... 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 0fb0238..1be6ef7 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ dependencies { implementation("org.jetbrains.dokka:dokka-gradle-plugin:2.0.0") implementation("io.github.gradle-nexus:publish-plugin:2.0.0") implementation("com.palantir.gradle.gitversion:gradle-git-version:4.0.0") - implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.4") + implementation("org.springframework.boot:spring-boot-gradle-plugin:3.5.4") implementation("io.spring.gradle:dependency-management-plugin:1.1.7") implementation("org.jetbrains.kotlin:kotlin-allopen:2.2.10") }