From 94c5d91b6a3ec9164d2f4bbb869da45a99ddad66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 07:02:38 +0000 Subject: [PATCH] build(deps): 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.4 to 4.0.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v4.0.4...v4.0.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 4.0.5 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 32d1c83eb..2b6df0cd6 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.4" +spring-boot-plugin = "org.springframework.boot:spring-boot-gradle-plugin:4.0.5" asm = "org.ow2.asm:asm:9.9.1" javaparser = "com.github.javaparser:javaparser-core:3.28.0"