Skip to content

Commit

Permalink
Update maven-surefire-plugin and maven-failsafe-plugin plugins to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisJehan committed Jun 16, 2024
1 parent 70a126c commit efe6caf
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

### Notes
- Update the `maven-pmd-plugin` plugin to `3.23.0`
- Update `maven-surefire-plugin` and `maven-failsafe-plugin` plugins to `3.3.0`

## [1.6.1](https://github.com/AlexisJehan/MvnCheck/releases/tag/v1.6.1) (2024-06-03)

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<configuration>
<!--suppress UnresolvedMavenProperty -->
<argLine>${argLine} -Xshare:off -XX:+EnableDynamicAgentLoading</argLine>
Expand All @@ -275,7 +275,7 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
<version>3.2.5</version>
<version>3.3.0</version>
<executions>
<execution>
<id>failsafe-integration-test</id>
Expand Down

0 comments on commit efe6caf

Please sign in to comment.