From fd9b6b6ee7c4dae5f24b2d8b10f59dc6c89bf0cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Dec 2025 07:01:47 +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.0 to 4.0.1. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.0...v4.0.1) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... 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 f01d1f9ef..0708e5445 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -2,7 +2,7 @@ poi = "5.5.1" [libraries] -spring-boot-plugin = "org.springframework.boot:spring-boot-gradle-plugin:4.0.0" +spring-boot-plugin = "org.springframework.boot:spring-boot-gradle-plugin:4.0.1" asm = "org.ow2.asm:asm:9.9.1" javaparser = "com.github.javaparser:javaparser-core:3.27.1"