From 87da64a36761305c9881f3f0e2e97eb12ecbb828 Mon Sep 17 00:00:00 2001 From: lukasz-jarocki-sonarsource Date: Thu, 27 Jun 2024 17:34:35 +0200 Subject: SONAR-22447 updated rename findbugs dependency --- server/sonar-auth-saml/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'server/sonar-auth-saml') diff --git a/server/sonar-auth-saml/build.gradle b/server/sonar-auth-saml/build.gradle index b60388a15c8..9a5db10e781 100644 --- a/server/sonar-auth-saml/build.gradle +++ b/server/sonar-auth-saml/build.gradle @@ -9,7 +9,7 @@ dependencies { api "com.onelogin:java-saml" - compileOnlyApi 'com.google.code.findbugs:jsr305' + compileOnlyApi 'com.github.spotbugs:spotbugs-annotations' compileOnlyApi 'com.squareup.okhttp3:okhttp' compileOnlyApi 'javax.servlet:javax.servlet-api' compileOnlyApi 'org.json:json' -- cgit v1.2.3