From e8d85298fc013ced41ccdfcb52d7628e8f7bb441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 May 2024 10:23:03 +0200 Subject: [PATCH] Bump org.codehaus.plexus:plexus-utils from 3.5.1 to 4.0.1 (#56) Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.1. - [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.1) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Igor Yova --- mixin-maven-plugin/pom.xml | 4 ++++ pom.xml | 8 +++++++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/mixin-maven-plugin/pom.xml b/mixin-maven-plugin/pom.xml index 9d160ae..2bcf98e 100644 --- a/mixin-maven-plugin/pom.xml +++ b/mixin-maven-plugin/pom.xml @@ -26,6 +26,10 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml + org.junit.jupiter junit-jupiter-api diff --git a/pom.xml b/pom.xml index 4aa8b30..f7a19d7 100644 --- a/pom.xml +++ b/pom.xml @@ -22,7 +22,8 @@ 3.13.0 3.12.0 - 3.5.1 + 4.0.1 + 3.0.0 3.12.0 3.9.0 3.6.3 @@ -131,6 +132,11 @@ plexus-utils ${plexus-utils.version} + + org.codehaus.plexus + plexus-xml + ${plexus-xml.version} +