Skip to content

Commit 0253def

Browse files
stefanbirknerByron David
authored andcommitted
Update FindBugs Maven plugin from 3.0.1 to 3.0.5
Fixes build with Maven 3.6.x. The error message was [ERROR] Failed to execute goal org.codehaus.mojo:findbugs-maven-plug in:3.0.1:findbugs (findbugs) on project system-rules: Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.1:findbugs for parameter pluginArtifacts: Cannot assign configuration entry 'pluginArtifacts' with value '${plugin.artifacts}' of type java.util.Collections.UnmodifiableRandomAccessList to property of type java.util.ArrayList -> [Help 1] This is resolved in FindBugs version 3.0.4 and newer.
1 parent 1c67c1f commit 0253def

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@
160160
<plugin>
161161
<groupId>org.codehaus.mojo</groupId>
162162
<artifactId>findbugs-maven-plugin</artifactId>
163-
<version>3.0.1</version>
163+
<version>3.0.5</version>
164164
</plugin>
165165
<plugin>
166166
<groupId>org.sonatype.plugins</groupId>

0 commit comments

Comments
 (0)