From 359390d04ccddc135b833b38e20cc7dcd3d37676 Mon Sep 17 00:00:00 2001 From: sullis Date: Fri, 2 Nov 2018 00:09:54 -0700 Subject: [PATCH] Update to maven-surefire-plugin 2.22.1 (#8418) Motivation: latest version of plugin should be used. See https://blogs.apache.org/maven/entry/apache-maven-surefire-plugin-version1 Modification: Update plugin version in pom.xml Result: n/a --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 339a1564b8..bde6a377ad 100644 --- a/pom.xml +++ b/pom.xml @@ -1145,12 +1145,12 @@ maven-surefire-plugin - 2.19.1 + 2.22.1 maven-failsafe-plugin - 2.19.1 + 2.22.1 maven-clean-plugin