diff --git a/build.gradle b/build.gradle index 2243ed4..28b20c0 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:32.1.3-jre" - implementation "com.github.spotbugs:spotbugs-annotations:4.7.3" + implementation "com.github.spotbugs:spotbugs-annotations:4.8.3" implementation "org.slf4j:slf4j-api:$slf4jVersion" testImplementation 'org.junit.jupiter:junit-jupiter:5.10.1'