From 211719578292b2a5ca7c1dbd7a110fe4b32673e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 21:35:42 +0000 Subject: [PATCH] chore(deps): bump org.springframework:spring-context from 6.2.6 to 7.0.8 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.6 to 7.0.8. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v7.0.8) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 7.0.8 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- syncflow-core/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syncflow-core/build.gradle b/syncflow-core/build.gradle index ab1a969..450d92f 100644 --- a/syncflow-core/build.gradle +++ b/syncflow-core/build.gradle @@ -6,7 +6,7 @@ plugins { dependencies { api project(":syncflow-common") - api "org.springframework:spring-context:6.2.6" + api "org.springframework:spring-context:7.0.8" api libs.hibernate.validator api "org.slf4j:slf4j-api:2.0.17"