This is an automated email from the ASF dual-hosted git repository. michaelo pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-pmd-plugin.git
The following commit(s) were added to refs/heads/master by this push: new defbc25 Downgrade to Plexus XML 3.0.0 defbc25 is described below commit defbc25baa42f808852d79b1852b55d718c84697 Author: Michael Osipov <micha...@apache.org> AuthorDate: Sun Oct 29 19:23:37 2023 +0100 Downgrade to Plexus XML 3.0.0 --- pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/pom.xml b/pom.xml index 6eded50..91a4db6 100644 --- a/pom.xml +++ b/pom.xml @@ -263,6 +263,7 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-xml</artifactId> + <version>3.0.0</version> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>