From e2c2d38375b7fa09b8e6b9767734af4281c4789a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Mar 2026 23:16:32 +0000 Subject: [PATCH 1/4] Bump org.codehaus.plexus:plexus-utils in /commons/xcite-maven-plugin Bumps [org.codehaus.plexus:plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.3.0 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.3.0...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] --- commons/xcite-maven-plugin/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/xcite-maven-plugin/pom.xml b/commons/xcite-maven-plugin/pom.xml index bde298778..61ec38bad 100644 --- a/commons/xcite-maven-plugin/pom.xml +++ b/commons/xcite-maven-plugin/pom.xml @@ -56,7 +56,7 @@ org.codehaus.plexus plexus-utils - 3.3.0 + 4.0.3 commons-io From fb6792b4ef45cda3f7076addedbe000210a016cf Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Mon, 30 Mar 2026 12:48:58 +0300 Subject: [PATCH 2/4] org.codehaus.plexus.plexus-utils 4.0.3 --- commons/doc-maven-plugin/pom.xml | 4 ++-- commons/launcher/launcher/pom.xml | 3 ++- .../maven-external-dependency-plugin/pom.xml | 7 ++++++- 3 files changed, 10 insertions(+), 4 deletions(-) diff --git a/commons/doc-maven-plugin/pom.xml b/commons/doc-maven-plugin/pom.xml index cea0a4d78..acdee472d 100644 --- a/commons/doc-maven-plugin/pom.xml +++ b/commons/doc-maven-plugin/pom.xml @@ -13,7 +13,7 @@ * information: "Portions copyright [year] [name of copyright owner]". * * Copyright 2012-2015 ForgeRock AS. - * Portions copyright 2024-2025 3A Systems LLC. + * Portions copyright 2020-2026 3A Systems LLC. --> 4.0.0 @@ -53,7 +53,7 @@ 3.6.0 2.7 7993 - 3.3.0 + 4.0.3 ${project.version} diff --git a/commons/launcher/launcher/pom.xml b/commons/launcher/launcher/pom.xml index 53ae1299a..05d69e084 100644 --- a/commons/launcher/launcher/pom.xml +++ b/commons/launcher/launcher/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 2020-2026 3A Systems,LLC --> 4.0.0 @@ -50,7 +51,7 @@ org.codehaus.plexus plexus-utils - 3.4.1 + 4.0.3 args4j diff --git a/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml b/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml index ae36b36ec..89ed7781d 100644 --- a/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml +++ b/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml @@ -164,7 +164,12 @@ under the License. org.codehaus.plexus plexus-utils - 3.3.0 + 4.0.3 + + + org.codehaus.plexus + plexus-xml + 4.1.1 org.codehaus.plexus From 2754eb6867f8fa5ac606c31f2d686c9730a3ad09 Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Mon, 30 Mar 2026 19:46:31 +0300 Subject: [PATCH 3/4] FIX JCite.java:[22,36] package org.codehaus.plexus.util.xml does not exist --- commons/doc-maven-plugin/pom.xml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/commons/doc-maven-plugin/pom.xml b/commons/doc-maven-plugin/pom.xml index acdee472d..3d1535c26 100644 --- a/commons/doc-maven-plugin/pom.xml +++ b/commons/doc-maven-plugin/pom.xml @@ -89,7 +89,11 @@ ${mavenPluginPluginVersion} provided - + + org.codehaus.plexus + plexus-xml + 4.1.1 + From f24d20442b2d86691aaa8adc416b6161daf4d04d Mon Sep 17 00:00:00 2001 From: Valera V Harseko Date: Mon, 30 Mar 2026 20:16:50 +0300 Subject: [PATCH 4/4] FIX lexus-xml-4.1.1.jar(/org/codehaus/plexus/util/xml/XmlStreamWriter.class) class file has wrong version 61.0, should be 55.0 --- commons/doc-maven-plugin/pom.xml | 2 +- .../maven-external-dependency-plugin/pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/commons/doc-maven-plugin/pom.xml b/commons/doc-maven-plugin/pom.xml index 3d1535c26..eefc33efa 100644 --- a/commons/doc-maven-plugin/pom.xml +++ b/commons/doc-maven-plugin/pom.xml @@ -92,7 +92,7 @@ org.codehaus.plexus plexus-xml - 4.1.1 + 3.0.1 diff --git a/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml b/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml index 89ed7781d..77fc62319 100644 --- a/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml +++ b/maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml @@ -169,7 +169,7 @@ under the License. org.codehaus.plexus plexus-xml - 4.1.1 + 3.0.1 org.codehaus.plexus