Skip to content

Commit bfce923

Browse files
committed
[MBUILDCACHE-114] Upgrade plexus-utils to 4.0.0
from prent pom
1 parent f309385 commit bfce923

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

pom.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ under the License.
7474
<commonsLangVersion>3.17.0</commonsLangVersion>
7575
<junit.version>5.11.0</junit.version>
7676
<mockitoVersion>4.11.0</mockitoVersion>
77-
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
7877
<wagonVersion>3.4.3</wagonVersion>
7978
<securityDispatcherVersion>2.0</securityDispatcherVersion>
8079
<cipherVersion>2.0</cipherVersion>
@@ -148,7 +147,10 @@ under the License.
148147
<dependency>
149148
<groupId>org.codehaus.plexus</groupId>
150149
<artifactId>plexus-utils</artifactId>
151-
<version>${plexusUtilsVersion}</version>
150+
</dependency>
151+
<dependency>
152+
<groupId>org.codehaus.plexus</groupId>
153+
<artifactId>plexus-xml</artifactId>
152154
</dependency>
153155
<dependency>
154156
<groupId>com.google.code.findbugs</groupId>

0 commit comments

Comments
 (0)