Skip to content

Commit

Permalink
build: upgrade plexus-utils
Browse files Browse the repository at this point in the history
  • Loading branch information
jknack committed Mar 10, 2024
1 parent c8fd5cc commit e462ef6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion handlebars-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,13 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.1</version>
<version>4.0.0</version>
</dependency>

<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.0</version>
</dependency>

<dependency>
Expand Down

0 comments on commit e462ef6

Please sign in to comment.