diff --git a/build.gradle.kts b/build.gradle.kts index 04d09c4..e165c52 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -40,7 +40,7 @@ repositories { dependencies { checkstyle("ca.stellardrift:stylecheck:0.1") - compileOnlyApi("org.checkerframework:checker-qual:3.14.0") + compileOnlyApi("org.checkerframework:checker-qual:3.27.0") implementation(platform("com.fasterxml.jackson:jackson-bom:2.12.3")) implementation("com.fasterxml.jackson.core:jackson-databind") implementation("com.fasterxml.jackson.datatype:jackson-datatype-jsr310")