diff --git a/build.gradle b/build.gradle index 7996cbf..a17adab 100644 --- a/build.gradle +++ b/build.gradle @@ -136,7 +136,7 @@ dependencies { // TODO: document why specific version of guava is required implementation "com.google.guava:guava:33.0.0-jre" - implementation "com.github.spotbugs:spotbugs-annotations:4.8.4" + implementation "com.github.spotbugs:spotbugs-annotations:4.8.6" implementation "org.slf4j:slf4j-api:$slf4jVersion" testImplementation 'org.junit.jupiter:junit-jupiter:5.10.2'