diff --git a/build.gradle b/build.gradle index b07d2a24..35df9985 100644 --- a/build.gradle +++ b/build.gradle @@ -140,7 +140,7 @@ dependencies { testAnnotationProcessor("org.projectlombok:lombok") testAnnotationProcessor("org.springframework.boot:spring-boot-configuration-processor") - implementation("org.checkerframework:checker-qual:3.52.1") + implementation("org.checkerframework:checker-qual:3.53.0") implementation("org.springframework.boot:spring-boot-starter-oauth2-resource-server") implementation("org.springframework.boot:spring-boot-starter-data-jpa") implementation("org.springframework.boot:spring-boot-starter-web")