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-project-info-reports-plugin.git
commit 91a065b3e5b314daf0a6c338f26a8a3ba2f3931e Author: Michael Osipov <micha...@apache.org> AuthorDate: Fri Nov 17 22:03:48 2023 +0100 [MPIR-452] Upgrade to Parent 41 --- pom.xml | 7 +++++-- src/it/MPIR-412/verify.groovy | 2 ++ 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index bc29c99..17c6814 100644 --- a/pom.xml +++ b/pom.xml @@ -23,7 +23,7 @@ under the License. <parent> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugins</artifactId> - <version>39</version> + <version>41</version> <relativePath /> </parent> @@ -370,7 +370,10 @@ under the License. <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId> - <version>3.5.1</version> + </dependency> + <dependency> + <groupId>org.codehaus.plexus</groupId> + <artifactId>plexus-xml</artifactId> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId> diff --git a/src/it/MPIR-412/verify.groovy b/src/it/MPIR-412/verify.groovy index 51dac6c..16a68c7 100644 --- a/src/it/MPIR-412/verify.groovy +++ b/src/it/MPIR-412/verify.groovy @@ -17,6 +17,8 @@ * under the License. */ +import groovy.xml.XmlParser + // should be able to parse the output as XML parser = new XmlParser(); parser.setFeature( 'http://apache.org/xml/features/disallow-doctype-decl', false );