We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c10905b commit 413a10bCopy full SHA for 413a10b
pom.xml
@@ -56,10 +56,9 @@
56
<scope>test</scope>
57
</dependency>
58
<dependency>
59
- <groupId>com.google.code.findbugs</groupId>
60
- <artifactId>annotations</artifactId>
61
- <version>3.0.1</version>
62
- <scope>test</scope>
+ <groupId>com.github.spotbug</groupId>
+ <artifactId>spotbugs-annotations</artifactId>
+ <version>4.7.2</version>
63
64
</dependencies>
65
</project>
0 commit comments