From 1e4b815ebcd6613cfe72eb1d6f9241e7dd384702 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 Oct 2025 06:08:02 +0000 Subject: [PATCH] chore(deps): bump org.springframework.boot:spring-boot-dependencies Bumps [org.springframework.boot:spring-boot-dependencies](https://github.com/spring-projects/spring-boot) from 3.4.5 to 3.5.6. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.6) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.6 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 92730b28e..f0c431873 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ jreleaser = "1.20.0" # spring -spring-boot = "3.4.5" +spring-boot = "3.5.6" spring-security = "6.0.2" # webauthn4j-test dependencies @@ -23,7 +23,7 @@ asciidoctor = "4.0.5" # Test dependencies -spring-boot-bom = "3.4.5" +spring-boot-bom = "3.5.6" sonarqube = "7.0.0.6105" [libraries]