Skip to content

Commit

Permalink
Merge pull request #137 from basil/spotbugs
Browse files Browse the repository at this point in the history
Switch code annotations to the SpotBugs library
  • Loading branch information
oleg-nenashev committed Jun 13, 2019
2 parents b21d2e8 + 320034a commit 0d58bb7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ THE SOFTWARE.
<parent>
<groupId>org.jenkins-ci</groupId>
<artifactId>jenkins</artifactId>
<version>1.51</version>
<version>1.52</version>
<relativePath />
</parent>

Expand Down Expand Up @@ -151,9 +151,9 @@ THE SOFTWARE.
<version>RELEASE72</version>
</dependency>
<dependency>
<groupId>com.github.stephenc.findbugs</groupId>
<artifactId>findbugs-annotations</artifactId>
<version>1.3.9-1</version>
<groupId>com.github.spotbugs</groupId>
<artifactId>spotbugs-annotations</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>org.jenkins-ci</groupId>
Expand Down

0 comments on commit 0d58bb7

Please sign in to comment.