From 2846d68090efe33d12996be44785aa4d02f59211 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Oct 2023 14:07:36 +0000 Subject: [PATCH 1/2] Bump plexus-utils from 3.5.1 to 4.0.0 Bumps [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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a5ecfa990d..4cbe7d6f06 100644 --- a/pom.xml +++ b/pom.xml @@ -297,7 +297,7 @@ org.codehaus.plexus plexus-utils - 3.5.1 + 4.0.0 From f1a420f6118fcd2670ccd0bb61a4b5a7086fcbb3 Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Mon, 9 Oct 2023 16:33:16 +0200 Subject: [PATCH 2/2] Add dependency to plexus-xml 3.0.0 --- pom.xml | 6 ++++++ versions-model-report/pom.xml | 4 ++++ versions-model/pom.xml | 4 ++++ 3 files changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index 4cbe7d6f06..15fc7ef2cc 100644 --- a/pom.xml +++ b/pom.xml @@ -299,6 +299,12 @@ plexus-utils 4.0.0 + + org.codehaus.plexus + plexus-xml + + 3.0.0 + org.junit diff --git a/versions-model-report/pom.xml b/versions-model-report/pom.xml index 91e1c72f9e..72f9bd4d4c 100644 --- a/versions-model-report/pom.xml +++ b/versions-model-report/pom.xml @@ -17,6 +17,10 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml + diff --git a/versions-model/pom.xml b/versions-model/pom.xml index 7dc1ffea08..1be2f7a262 100644 --- a/versions-model/pom.xml +++ b/versions-model/pom.xml @@ -17,6 +17,10 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml +