diff --git a/rules-api/build.gradle b/rules-api/build.gradle index a00a6fb..5c396e1 100644 --- a/rules-api/build.gradle +++ b/rules-api/build.gradle @@ -41,5 +41,5 @@ dependencies { // Add Spring annotations as optional (for @Nullable and @Component) compileOnly 'org.springframework:spring-core:6.2.7' - compileOnly 'org.springframework:spring-context:6.2.7' + compileOnly 'org.springframework:spring-context:6.2.19' } \ No newline at end of file