From 5d81531840391d4f52b9a4e358945a4c3ce6628f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 23 May 2025 06:22:05 +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.0. - [Release notes](https://github.com/spring-projects/spring-boot/releases) - [Commits](https://github.com/spring-projects/spring-boot/compare/v3.4.5...v3.5.0) --- updated-dependencies: - dependency-name: org.springframework.boot:spring-boot-dependencies dependency-version: 3.5.0 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 eddf89a25..7ce5f2c2e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -9,7 +9,7 @@ jreleaser = "1.18.0" # spring -spring-boot = "3.4.5" +spring-boot = "3.5.0" 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.0" sonarqube = "6.2.0.5505" [libraries]