Skip to content

Commit

Permalink
Merge pull request ronmamo#69 from Stephan202/findbugs-upgrade
Browse files Browse the repository at this point in the history
Replace annotations:2.0.1 with jsr305:3.0.0.
  • Loading branch information
ronmamo committed Jul 3, 2015
2 parents dc0eccc + 4128c27 commit 0bf58b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,8 @@

<dependency>
<groupId>com.google.code.findbugs</groupId>
<artifactId>annotations</artifactId>
<version>2.0.1</version>
<artifactId>jsr305</artifactId>
<version>3.0.0</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 0bf58b8

Please sign in to comment.