From efe6caf22f5c2820df98c3ebac2e399364da0bbd Mon Sep 17 00:00:00 2001 From: Alexis Date: Sun, 16 Jun 2024 20:42:28 +0200 Subject: [PATCH] Update maven-surefire-plugin and maven-failsafe-plugin plugins to 3.3.0 --- CHANGELOG.md | 1 + pom.xml | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) 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