diff --git a/build.gradle b/build.gradle index 169fc41..dbc0ad0 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,8 @@ dependencies { testImplementation 'org.testng:testng:6.14.3' testImplementation 'org.assertj:assertj-core:3.12.2' - //spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.8.0' + spotbugsPlugins 'com.h3xstream.findsecbugs:findsecbugs-plugin:1.9.0' + compileOnly 'com.github.spotbugs:spotbugs-annotations:3.1.11' }