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")