From 15f49d6d55b66becdb3eedfcf4b038c9b82af3a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 10:30:29 +0000 Subject: [PATCH] deps(deps): bump spring-boot from 3.5.5 to 3.5.7 Bumps `spring-boot` from 3.5.5 to 3.5.7. Updates `org.springframework.boot:spring-boot-gradle-plugin` from 3.5.5 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.5...v3.5.7) Updates `org.springframework.boot` from 3.5.5 to 3.5.7 - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.5.5...v3.5.7) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-gradle-plugin dependency-version: 3.5.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.springframework.boot dependency-version: 3.5.7 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 32411ca..d006597 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,6 +1,6 @@ [versions] kotlin = "2.2.20" -spring-boot = "3.5.5" +spring-boot = "3.5.7" springDependencyManagement = "1.1.7" kotlinSpringPlugin = "2.2.20" openapiGenerator = "7.15.0"