From 80ba4f0ce7d6787c130b508f8066b6580d605fa6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 06:14:54 +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.4. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.4) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.4 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 a97d37938..b96a2591b 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.4" spring-security = "6.0.2" # webauthn4j-test dependencies @@ -23,7 +23,7 @@ asciidoctor = "4.0.4" # Test dependencies -spring-boot-bom = "3.4.5" +spring-boot-bom = "3.5.4" sonarqube = "6.2.0.5505" [libraries]