Skip to content

Commit

Permalink
Update pom to use latest version of FindSecBugs (1.3.5)
Browse files Browse the repository at this point in the history
  • Loading branch information
davewichers committed May 10, 2016
1 parent 915d097 commit 2734ae4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<plugin>
<groupId>com.h3xstream.findsecbugs</groupId>
<artifactId>findsecbugs-plugin</artifactId>
<version>1.4.3</version>
<version>1.4.5</version>
</plugin>
</plugins>
</configuration>
Expand Down

1 comment on commit 2734ae4

@davewichers
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update actually upgrades FindSecBugs from 1.4.3, to 1.4.5. I mistyped the version # in my checkin message.

Please sign in to comment.