From 191b2c49ffa372158ecbed7ead7c71cc342d1b07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 19 Sep 2024 11:03:00 +0000 Subject: [PATCH 1/3] 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] --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6ac6b120b..792ea976e 100644 --- a/pom.xml +++ b/pom.xml @@ -313,7 +313,7 @@ org.codehaus.plexus plexus-utils - 3.5.1 + 4.0.0 org.codehaus.plexus From 65375c4bcaed2241034e6bddb292708ebf9fa3ea Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 28 Sep 2024 00:03:07 +0200 Subject: [PATCH 2/3] Added missing dependency to plexus-xml --- modello-maven-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/modello-maven-plugin/pom.xml b/modello-maven-plugin/pom.xml index 6579d3fd4..4e5f87e94 100644 --- a/modello-maven-plugin/pom.xml +++ b/modello-maven-plugin/pom.xml @@ -37,6 +37,11 @@ org.codehaus.plexus plexus-utils + + org.codehaus.plexus + plexus-xml + test + org.codehaus.plexus plexus-build-api From 5b3d12ad37fb35ce0dac8644d061f69899c8476a Mon Sep 17 00:00:00 2001 From: Sylwester Lachiewicz Date: Sat, 28 Sep 2024 21:51:10 +0200 Subject: [PATCH 3/3] try --- modello-maven-plugin/pom.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/modello-maven-plugin/pom.xml b/modello-maven-plugin/pom.xml index 4e5f87e94..ffd36d9eb 100644 --- a/modello-maven-plugin/pom.xml +++ b/modello-maven-plugin/pom.xml @@ -40,7 +40,6 @@ org.codehaus.plexus plexus-xml - test org.codehaus.plexus