Skip to content

Commit fb6792b

Browse files
committed
org.codehaus.plexus.plexus-utils 4.0.3
1 parent e2c2d38 commit fb6792b

3 files changed

Lines changed: 10 additions & 4 deletions

File tree

  • commons
  • maven-external-dependency-plugin/maven-external-dependency-plugin

commons/doc-maven-plugin/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* information: "Portions copyright [year] [name of copyright owner]".
1414
*
1515
* Copyright 2012-2015 ForgeRock AS.
16-
* Portions copyright 2024-2025 3A Systems LLC.
16+
* Portions copyright 2020-2026 3A Systems LLC.
1717
-->
1818
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
1919
<modelVersion>4.0.0</modelVersion>
@@ -53,7 +53,7 @@
5353
<mavenPluginPluginVersion>3.6.0</mavenPluginPluginVersion>
5454
<mavenResourcesVersion>2.7</mavenResourcesVersion>
5555
<plantUmlVersion>7993</plantUmlVersion>
56-
<plexusUtilsVersion>3.3.0</plexusUtilsVersion>
56+
<plexusUtilsVersion>4.0.3</plexusUtilsVersion>
5757
<xCiteVersion>${project.version}</xCiteVersion>
5858

5959
</properties>

commons/launcher/launcher/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
~ with the fields enclosed by brackets [] replaced by
2222
~ your own identifying information:
2323
~ "Portions Copyrighted [year] [name of copyright owner]"
24+
~ Portions Copyrighted 2020-2026 3A Systems,LLC
2425
-->
2526
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2627
<modelVersion>4.0.0</modelVersion>
@@ -50,7 +51,7 @@
5051
<dependency>
5152
<groupId>org.codehaus.plexus</groupId>
5253
<artifactId>plexus-utils</artifactId>
53-
<version>3.4.1</version>
54+
<version>4.0.3</version>
5455
</dependency>
5556
<dependency>
5657
<groupId>args4j</groupId>

maven-external-dependency-plugin/maven-external-dependency-plugin/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,12 @@ under the License.
164164
<dependency>
165165
<groupId>org.codehaus.plexus</groupId>
166166
<artifactId>plexus-utils</artifactId>
167-
<version>3.3.0</version>
167+
<version>4.0.3</version>
168+
</dependency>
169+
<dependency>
170+
<groupId>org.codehaus.plexus</groupId>
171+
<artifactId>plexus-xml</artifactId>
172+
<version>4.1.1</version>
168173
</dependency>
169174
<dependency>
170175
<groupId>org.codehaus.plexus</groupId>

0 commit comments

Comments
 (0)