IGNITE-14150 Updates version of surefire plugin to 3.0.0-M4. (#44)

diff --git a/parent/pom.xml b/parent/pom.xml
index c5d7525..7492556 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -144,6 +144,7 @@
         <zookeeper.version>3.5.5</zookeeper.version>
         <zstd.version>1.3.7-2</zstd.version>
         <opencensus.version>0.22.0</opencensus.version>
+        <surefire.version>3.0.0-M4</surefire.version>
 
         <!-- Maven plugins versions -->
         <maven.javadoc.plugin.version>2.10.4</maven.javadoc.plugin.version>
@@ -473,7 +474,7 @@
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
-                <version>3.0.0-M3</version>
+                <version>${surefire.version}</version>
                 <configuration>
                     <forkCount>0</forkCount>
                 </configuration>
@@ -881,7 +882,7 @@
                     <plugin>
                         <groupId>org.apache.maven.plugins</groupId>
                         <artifactId>maven-surefire-plugin</artifactId>
-                        <version>3.0.0-M3</version>
+                        <version>${surefire.version}</version>
                         <configuration>
                             <forkCount>1</forkCount>
                         </configuration>