From e59e7fc29f9ac625d96266afac4e7a86bcf0a474 Mon Sep 17 00:00:00 2001 From: Tadgh Date: Thu, 5 Dec 2024 12:51:11 -0800 Subject: [PATCH] Bump test plugins (#6533) * Bump surefire, dep, and failsafe * verison bump for testign * wip --------- Co-authored-by: tadgh --- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/pom.xml b/pom.xml index 6a9726f7771..1cba1096550 100644 --- a/pom.xml +++ b/pom.xml @@ -970,6 +970,7 @@ 6.4.0 2.41.1 -Dfile.encoding=UTF-8 -Xmx2048m + 3.5.2 @@ -2484,7 +2485,7 @@ org.apache.maven.plugins maven-dependency-plugin - 3.1.2 + 3.8.1 org.sonatype.plugins @@ -2514,7 +2515,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.1.0 + ${surefire_version} false true @@ -2546,7 +2547,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.1.2 + ${surefire_version} true @{argLine} ${surefire_jvm_args} @@ -3080,7 +3081,7 @@ org.apache.maven.plugins maven-surefire-report-plugin - 2.19.1 + ${surefire_version}