From 6c3b69750058c238edcd30714743b8a05994c44b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 22:38:52 +0000 Subject: [PATCH 1/2] Bump org.codehaus.plexus:plexus-utils in /OpenICF-maven-plugin Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.5.1 to 4.0.3. - [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.3) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-utils dependency-version: 4.0.3 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- OpenICF-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenICF-maven-plugin/pom.xml b/OpenICF-maven-plugin/pom.xml index c565875a..f6af05aa 100644 --- a/OpenICF-maven-plugin/pom.xml +++ b/OpenICF-maven-plugin/pom.xml @@ -128,7 +128,7 @@ org.codehaus.plexus plexus-utils - 3.5.1 + 4.0.3 org.codehaus.plexus From 3e7eeb9bed71a95ae3c104bfac84b82eb0faf872 Mon Sep 17 00:00:00 2001 From: Valery Kharseko Date: Mon, 30 Mar 2026 20:30:31 +0300 Subject: [PATCH 2/2] Add plexus-xml dependency to pom.xml Added dependency for plexus-xml version 3.0.1. --- OpenICF-maven-plugin/pom.xml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/OpenICF-maven-plugin/pom.xml b/OpenICF-maven-plugin/pom.xml index f6af05aa..75158545 100644 --- a/OpenICF-maven-plugin/pom.xml +++ b/OpenICF-maven-plugin/pom.xml @@ -21,6 +21,7 @@ with the fields enclosed by brackets [] replaced by your own identifying information: "Portions Copyrighted [year] [name of copyright owner]" + Portions Copyrighted 2018-2026 3A Systems, LLC --> 4.0.0 @@ -84,7 +85,11 @@ maven-settings ${mavenVersion} - + + org.codehaus.plexus + plexus-xml + 3.0.1 + org.apache.maven.plugin-tools maven-plugin-annotations