aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-shutdowner/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-shutdowner/build.gradle')
-rw-r--r--sonar-shutdowner/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-shutdowner/build.gradle b/sonar-shutdowner/build.gradle
index 39afc0069fa..c347c07772d 100644
--- a/sonar-shutdowner/build.gradle
+++ b/sonar-shutdowner/build.gradle
@@ -6,7 +6,7 @@ sonar {
dependencies {
// please keep list ordered
- compileOnlyApi 'com.google.code.findbugs:jsr305'
+ compileOnlyApi 'com.github.spotbugs:spotbugs-annotations'
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'