From c548927c77f8fc4d79f26df4ef62767e2740fdf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Apr 2026 11:26:56 +0000 Subject: [PATCH] Bump org.springframework:spring-context from 7.0.6 to 7.0.7 in /spring Bumps [org.springframework:spring-context](https://github.com/spring-projects/spring-framework) from 7.0.6 to 7.0.7. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v7.0.6...v7.0.7) --- updated-dependencies: - dependency-name: org.springframework:spring-context dependency-version: 7.0.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- spring/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring/build.gradle.kts b/spring/build.gradle.kts index f8aed59..3597c6a 100644 --- a/spring/build.gradle.kts +++ b/spring/build.gradle.kts @@ -9,7 +9,7 @@ repositories { dependencies { api(project(":core")) - compileOnly("org.springframework:spring-context:7.0.6") + compileOnly("org.springframework:spring-context:7.0.7") compileOnly("org.springframework.boot:spring-boot-autoconfigure:4.0.5") compileOnly("org.springframework.boot:spring-boot-configuration-processor:4.0.5") annotationProcessor("org.springframework.boot:spring-boot-configuration-processor:4.0.5")