Skip to content

Commit

Permalink
[MJARSIGNER-71] upgrade plexus-utils to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hboutemy authored and slachiewicz committed Dec 23, 2023
1 parent 1e1ae5d commit 728066f
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ under the License.
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.3.0</version>
<version>4.0.0</version>
</dependency>
</dependencies>
</dependencyManagement>
Expand Down Expand Up @@ -118,6 +118,11 @@ under the License.
<artifactId>maven-shared-utils</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>3.0.0</version>
</dependency>
<dependency>
<groupId>org.sonatype.plexus</groupId>
<artifactId>plexus-sec-dispatcher</artifactId>
Expand Down

0 comments on commit 728066f

Please sign in to comment.