Skip to content

Commit

Permalink
chore(deps): update plexus-utils (#9)
Browse files Browse the repository at this point in the history
Update plexus-utils that is transitive dependency on
mojo-executor to latest and leave not to stay away from
p-u 4.x line.
  • Loading branch information
cstamas authored Dec 21, 2023
1 parent e11c0ef commit 528c221
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,14 @@
<artifactId>mojo-executor</artifactId>
<version>2.4.0</version>
</dependency>
<!-- Upgrade of plexus-utils for mojo-executor -->
<!-- Important: to keep Maven3 compat, remain in [3,4) range! -->
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
</dependency>

<dependency>
<groupId>org.apache.maven</groupId>
<artifactId>maven-plugin-api</artifactId>
Expand Down

0 comments on commit 528c221

Please sign in to comment.