- maven-surefire-plugin 2.22.0 -> 2.22.1
- maven-surefire-report-plugin 2.22.0 -> 2.22.1
- maven-failsafe-plugin 2.22.0 -> 2.22.1


git-svn-id: https://svn.apache.org/repos/asf/commons/proper/commons-parent/trunk@1843708 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/pom.xml b/pom.xml
index 0572322..fad324a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1617,9 +1617,9 @@
     <!-- plugin versions (allows same value in reporting and build sections; also allows easy override) -->
     <commons.build-plugin.version>1.9</commons.build-plugin.version>
     <commons.release-plugin.version>1.4</commons.release-plugin.version>
-    <commons.surefire.version>2.22.0</commons.surefire.version>
-    <commons.failsafe.version>2.22.0</commons.failsafe.version>
-    <commons.surefire-report.version>2.22.0</commons.surefire-report.version>
+    <commons.surefire.version>2.22.1</commons.surefire.version>
+    <commons.failsafe.version>2.22.1</commons.failsafe.version>
+    <commons.surefire-report.version>2.22.1</commons.surefire-report.version>
     <commons.javadoc.version>3.0.1</commons.javadoc.version>
     <commons.rat.version>0.12</commons.rat.version>
     <commons.changes.version>2.12.1</commons.changes.version>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index ab89661..c1dc849 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -75,6 +75,9 @@
             <action type="update">org.apache.felix:maven-bundle-plugin 3.5.0 -> 3.5.1</action>
             <action type="update">org.jacoco:jacoco-maven-plugin 0.8.1 -> 0.8.2 (Java 11)</action>
             <action type="update">org.apache.maven.wagon:wagon-ssh 3.1.0 -> 3.2.0</action>
+            <action type="update">maven-surefire-plugin 2.22.0 -> 2.22.1</action>
+            <action type="update">maven-surefire-report-plugin 2.22.0 -> 2.22.1</action>
+            <action type="update">maven-failsafe-plugin 2.22.0 -> 2.22.1</action>
         </release>
 
         <release version="47" date="2018-07-02" description="Release version 47">