Skip to content

Commit

Permalink
JBEHAVE-1583 Bump Plexus Utils from 3.5.0 to 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst committed Aug 15, 2023
1 parent 67bb9d4 commit 574dd0e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion jbehave-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-utils</artifactId>
<version>3.5.0</version>
<version>4.0.0</version>
</dependency>
<dependency>
<groupId>org.freemarker</groupId>
Expand Down
5 changes: 5 additions & 0 deletions jbehave-maven-plugin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@
<artifactId>plexus-archiver</artifactId>
<version>4.6.1</version>
</dependency>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-xml</artifactId>
<version>4.0.2</version>
</dependency>

<dependency>
<groupId>org.hamcrest</groupId>
Expand Down

0 comments on commit 574dd0e

Please sign in to comment.