Skip to content

Commit edd218e

Browse files
committed
Update plexus to 2.1.1
This requires pinning Findbugs version to 3.0.4 as 3.0.0 fails with the exception: "Unable to parse configuration of mojo org.codehaus.mojo:findbugs-maven-plugin:3.0.0: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"
1 parent afc05df commit edd218e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@
5555
<properties>
5656
<project.build.targetJdk>1.8</project.build.targetJdk>
5757
<dep.maven-api.version>3.0</dep.maven-api.version>
58-
<dep.plexus.version>1.5.5</dep.plexus.version>
58+
<dep.plexus.version>2.1.1</dep.plexus.version>
5959
<dep.plexus-utils.version>2.0.4</dep.plexus-utils.version>
6060
<dep.plugin.plugin.version>3.4</dep.plugin.plugin.version>
6161
</properties>
@@ -200,6 +200,7 @@
200200
<plugin>
201201
<groupId>org.codehaus.mojo</groupId>
202202
<artifactId>findbugs-maven-plugin</artifactId>
203+
<version>3.0.4</version>
203204
<configuration>
204205
<excludeFilterFile>${project.basedir}/src/build/findbugsExcludeFilter.xml</excludeFilterFile>
205206
</configuration>

0 commit comments

Comments
 (0)