From 38a8d545b2aa342e75a24ed23152b1545892a0eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Mar 2026 23:43:12 +0000 Subject: [PATCH] Bump org.springframework.boot:spring-boot-gradle-plugin Bumps [org.springframework.boot:spring-boot-gradle-plugin](https://github.com/spring-projects/spring-boot) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.3...v4.0.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.4 dependency-type: direct:production update-type: version-update:semver-patch ... 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 2bbb688e..4fea5474 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,5 +14,5 @@ dependencies { implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.1") implementation("org.owasp:dependency-check-gradle:10.0.3") - implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.3") + implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.4") } \ No newline at end of file