Skip to content

Commit

Permalink
Update dependency org.apache.maven.plugins:maven-failsafe-plugin to v…
Browse files Browse the repository at this point in the history
…3.5.1
  • Loading branch information
renovate[bot] authored Oct 7, 2024
1 parent 3a7e9c6 commit 29b545b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/it/basic-usage/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/parallel/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down
2 changes: 1 addition & 1 deletion src/it/with-options/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
</plugin>
<plugin>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.5.1</version>
<executions>
<execution>
<goals>
Expand Down

0 comments on commit 29b545b

Please sign in to comment.