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