aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/build.gradle b/sonar-ws/build.gradle
index 5549917b93c..1b178f58faa 100644
--- a/sonar-ws/build.gradle
+++ b/sonar-ws/build.gradle
@@ -19,7 +19,7 @@ dependencies {
api 'org.sonarsource.api.plugin:sonar-plugin-api'
compileOnlyApi 'com.github.spotbugs:spotbugs-annotations'
- compileOnlyApi 'javax.annotation:javax.annotation-api'
+ compileOnlyApi 'jakarta.annotation:jakarta.annotation-api'
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'com.tngtech.java:junit-dataprovider'