This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/maven-plugin-testing.git
The following commit(s) were added to refs/heads/master by this push: new a0338f1 Bump org.codehaus.plexus:plexus-xml from 4.0.4 to 4.1.0 a0338f1 is described below commit a0338f14ff48473732c4839f0ff504d4ec95dbf4 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Mon Apr 7 05:31:07 2025 +0000 Bump org.codehaus.plexus:plexus-xml from 4.0.4 to 4.1.0 Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 4.0.4 to 4.1.0. - [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases) - [Commits](https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.4...plexus-xml-4.1.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-xml dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- maven-plugin-testing-harness/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/maven-plugin-testing-harness/pom.xml b/maven-plugin-testing-harness/pom.xml index 13fd0f3..009cf46 100644 --- a/maven-plugin-testing-harness/pom.xml +++ b/maven-plugin-testing-harness/pom.xml @@ -88,7 +88,7 @@ under the License. <!-- correct version must be provided by project depends on Maven version --> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-xml</artifactId> - <version>4.0.4</version> + <version>4.1.0</version> <optional>true</optional> </dependency>