This is an automated email from the ASF dual-hosted git repository.
gnodet 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 864a5bc Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#59)
864a5bc is described below
commit 864a5bc43df79ff12c0f6e26f473d97d157f8a8c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Jan 25 17:55:07 2025 +0100
Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#59)
Bumps
[org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml)
from 4.0.3 to 4.0.4.
- [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
-
[Commits](https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.3...plexus-xml-4.0.4)
---
updated-dependencies:
- dependency-name: org.codehaus.plexus:plexus-xml
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.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 330baba..654e0a6 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.3</version>
+ <version>4.0.4</version>
<optional>true</optional>
</dependency>