From 3a1468f46e0c7c118af9335befb12f8b70d3564b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 07:23:10 +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.5. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.5) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.5 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 500e7cca6..98922faae 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ jreleaser = "1.19.0" # spring -spring-boot = "3.4.5" +spring-boot = "3.5.5" 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.5" sonarqube = "6.3.1.5724" [libraries]