<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>sonar-findbugs-plugin</artifactId>
<version>4.2.8</version>
<type>sonar-plugin</type>
</dependency>
@Grapes(
@Grab(group='com.github.spotbugs', module='sonar-findbugs-plugin', version='4.2.8')
)
compile
|-- com.github.spotbugs:spotbugs:4.8.3
|-- org.sonarsource.sslr-squid-bridge:sslr-squid-bridge:2.7.1.392
|-- commons-io:commons-io:2.15.1
|-- com.thoughtworks.xstream:xstream:1.4.20
provided
|-- org.slf4j:slf4j-api:2.0.12
|-- com.mebigfatguy.sb-contrib:sb-contrib:7.6.4
|-- com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0
|-- ${sonar-plugin-api.groupId}:sonar-plugin-api:7.9.6
|-- org.sonarsource.java:sonar-java-plugin:5.14.0.18788
test
|-- org.junit.jupiter:junit-jupiter:5.10.2
|-- org.mockito:mockito-core:5.10.0
|-- org.assertj:assertj-core:3.25.3
|-- org.sonarsource.orchestrator:sonar-orchestrator:4.8.0.1898
|-- org.sonarsource.orchestrator:sonar-orchestrator-junit5:4.8.0.1898
|-- org.sonarsource.sonarqube:sonar-ws:9.9.4.87374
|-- org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures:10.6.0.2114