diff --git a/build.gradle b/build.gradle index b752925..fcf3277 100644 --- a/build.gradle +++ b/build.gradle @@ -49,7 +49,7 @@ dependencies { annotationProcessor("org.projectlombok:lombok") annotationProcessor("org.mapstruct:mapstruct-processor:${mapStructVersion}") implementation("org.projectlombok:lombok") - implementation("org.jetbrains:annotations:26.0.1") + implementation("org.jetbrains:annotations:26.0.2") implementation("org.springframework.boot:spring-boot-starter") implementation("org.springframework.boot:spring-boot-starter-validation") implementation("org.springframework.boot:spring-boot-starter-oauth2-client:3.4.2")