Skip to content

Commit

Permalink
[MBUILDCACHE-114] Upgrade plexus-utils to 4.0.0
Browse files Browse the repository at this point in the history
from prent pom
  • Loading branch information
slachiewicz committed Jan 6, 2025
1 parent f309385 commit bfce923
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,6 @@ under the License.
<commonsLangVersion>3.17.0</commonsLangVersion>
<junit.version>5.11.0</junit.version>
<mockitoVersion>4.11.0</mockitoVersion>
<plexusUtilsVersion>3.5.1</plexusUtilsVersion>
<wagonVersion>3.4.3</wagonVersion>
<securityDispatcherVersion>2.0</securityDispatcherVersion>
<cipherVersion>2.0</cipherVersion>
Expand Down Expand Up @@ -148,7 +147,10 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>${plexusUtilsVersion}</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
</dependency>
<dependency>
<groupId>com.google.code.findbugs</groupId>
Expand Down

0 comments on commit bfce923

Please sign in to comment.