From bb3c9d2657aadd01b464c0410ea8affbf125dac8 Mon Sep 17 00:00:00 2001 From: Andrew Gaul Date: Sun, 8 Jun 2014 15:12:47 -0700 Subject: [PATCH] Upgrade to findbugs-maven-plugin 2.5.4 This also upgrades FindBugs to 2.0.3. Notably this improves compatibility with Guava constructs. Changelogs: https://jira.codehaus.org/secure/ReleaseNote.jspa?projectId=11701&version=19833 http://findbugs.sourceforge.net/Changes.html --- project/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/pom.xml b/project/pom.xml index 9e6ca8bc17..2d3b651ede 100644 --- a/project/pom.xml +++ b/project/pom.xml @@ -809,7 +809,7 @@ org.codehaus.mojo findbugs-maven-plugin - 2.5.3 + 2.5.4 org.sonatype.maven.plugin