diff --git a/build.gradle b/build.gradle index 9fc8575..79b132e 100644 --- a/build.gradle +++ b/build.gradle @@ -146,7 +146,7 @@ tasks.checkstyleTest { dependencies { implementation 'tools.jackson.core:jackson-databind:3.2.1' implementation 'tools.jackson.module:jackson-module-blackbird:3.2.1' - compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.2' + compileOnly 'com.github.spotbugs:spotbugs-annotations:4.10.3' // NullAway + Error Prone for compile-time null safety errorprone 'com.uber.nullaway:nullaway:0.13.7'