Skip to content

Commit

Permalink
Use findbugs 3.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
alexh-sauce committed May 28, 2020
1 parent 08b9d5c commit dfc4941
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -292,6 +292,20 @@
<version>1.3.9-1</version>
</dependency>

<dependency>
<groupId>org.codehaus.mojo</groupId>
<artifactId>findbugs-maven-plugin</artifactId>
<version>3.0.5</version>
<scope>test</scope>
</dependency>
<!--
<dependency>
<groupId>org.bouncycastle</groupId>
<artifactId>bcprov-jdk15on</artifactId>
<version>1.50</version>
</dependency>
-->

<dependency>
<groupId>org.jenkins-ci</groupId>
<artifactId>symbol-annotation</artifactId>
Expand Down

0 comments on commit dfc4941

Please sign in to comment.