From ad8bab42dfd6a944614e41dbdccfa33b4f0a4209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Jun 2025 03:13:39 +0000 Subject: [PATCH] Bump org.springframework:spring-framework-bom from 6.2.7 to 6.2.8 Bumps [org.springframework:spring-framework-bom](https://github.com/spring-projects/spring-framework) from 6.2.7 to 6.2.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.7...v6.2.8) --- updated-dependencies: - dependency-name: org.springframework:spring-framework-bom dependency-version: 6.2.8 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 3049f3eda..4df02e265 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -1,5 +1,5 @@ [versions] -org-springframework = "6.2.7" +org-springframework = "6.2.8" org-springframework-security = "6.4.6" com-fasterxml-jackson = "2.18.4" nimbus-jose-jwt = "9.47"