From 5ed62b19e090761cc21e0c91c8e1f17dc88c993a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 21:36:30 +0000 Subject: [PATCH] build(deps): bump org.springframework:spring-context from 6.2.6 to 7.0.9 Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 6.2.6 to 7.0.9. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v6.2.6...v7.0.9) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 7.0.9 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 15ccefe..a6c7f0b 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.9" api libs.hibernate.validator api "org.slf4j:slf4j-api:2.0.17" // Resilience4j core — circuit breaker for the CDC event publisher.