jacoco: 0.8.2 -> 0.8.3, surefire: 2.22.1 -> 3.0.0-M3
diff --git a/pom.xml b/pom.xml
index 2d0b892..5ceb75c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -606,7 +606,8 @@
     <jmh.version>1.21</jmh.version>
     <uberjar.name>benchmarks</uberjar.name>
 
-    <commons.jacoco.version>0.8.2</commons.jacoco.version>
+    <commons.jacoco.version>0.8.3</commons.jacoco.version>
+    <commons.surefire.version>3.0.0-M3</commons.surefire.version>
 
     <!-- generate report even if there are binary incompatible changes -->
     <commons.japicmp.breakBuildOnBinaryIncompatibleModifications>false</commons.japicmp.breakBuildOnBinaryIncompatibleModifications>