diff --git a/build.gradle b/build.gradle index 6a91a7d6..eeb2924b 100644 --- a/build.gradle +++ b/build.gradle @@ -139,7 +139,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:4.2.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-webmvc")