Skip to content

Commit 413a10b

Browse files
authored
- aligns dependencies
1 parent c10905b commit 413a10b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -56,10 +56,9 @@
5656
<scope>test</scope>
5757
</dependency>
5858
<dependency>
59-
<groupId>com.google.code.findbugs</groupId>
60-
<artifactId>annotations</artifactId>
61-
<version>3.0.1</version>
62-
<scope>test</scope>
59+
<groupId>com.github.spotbug</groupId>
60+
<artifactId>spotbugs-annotations</artifactId>
61+
<version>4.7.2</version>
6362
</dependency>
6463
</dependencies>
6564
</project>

0 commit comments

Comments
 (0)