diff --git a/CHANGELOG.md b/CHANGELOG.md index d06bac1..a62d695 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/pom.xml b/pom.xml index 57ce3b9..4ec5a33 100644 --- a/pom.xml +++ b/pom.xml @@ -266,7 +266,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.3.0 ${argLine} -Xshare:off -XX:+EnableDynamicAgentLoading @@ -275,7 +275,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.2.5 + 3.3.0 failsafe-integration-test