This is an automated email from the ASF dual-hosted git repository. slachiewicz pushed a commit to branch dependabot/maven/org.codehaus.plexus-plexus-utils-4.0.0 in repository https://gitbox.apache.org/repos/asf/maven-shade-plugin.git
commit 77ba5016ea66cda5dbe92355d4c029ab39a18448 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Thu Dec 7 04:37:06 2023 +0000 Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.0 Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.0. - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases) - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.5.1...plexus-utils-4.0.0) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1970226..2bfe4b6 100644 --- a/pom.xml +++ b/pom.xml @@ -144,7 +144,10 @@ <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> <!-- DI -->