diff --git a/build.gradle b/build.gradle index 97459880..244d0b5b 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:4.2.0") + implementation("org.checkerframework:checker-qual:4.2.1") 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")