From 8c3540bf95c7ca979d7c7257e5e89b6414c5bdd5 Mon Sep 17 00:00:00 2001 From: Wouter Born Date: Sat, 1 Apr 2023 11:26:35 +0200 Subject: [PATCH] Upgrade maven-surefire-plugin to 3.0.0 This fixes deprecation warnings when runnings tests with Maven 3.9.x: `[WARNING] Parameter 'localRepository' is deprecated core expression; Avoid use of ArtifactRepository type. If you need access to local repository, switch to '${repositorySystemSession}' expression and get LRM from it instead.` See: https://issues.apache.org/jira/browse/SUREFIRE-2154 Related to #3512 Signed-off-by: Wouter Born --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 6208674faf1..89b310b402f 100644 --- a/pom.xml +++ b/pom.xml @@ -389,7 +389,7 @@ Import-Package: \\ org.apache.maven.plugins maven-surefire-plugin - 3.0.0-M7 + 3.0.0 --add-opens java.base/java.net=ALL-UNNAMED