Upgrade surefire / junit

This commit is contained in:
Guillaume Nodet
2021-07-29 08:51:32 +02:00
parent caade66f19
commit d7649b504d

View File

@@ -60,8 +60,8 @@
<maven-install-plugin.version>2.4</maven-install-plugin.version>
<maven-shade-plugin.version>3.2.4</maven-shade-plugin.version>
<mrm.version>1.2.0</mrm.version>
<surefire.version>2.22.2</surefire.version><!-- keep in sync with junit-platform-launcher.version -->
<junit-platform-launcher.version>1.3.1</junit-platform-launcher.version><!-- keep in sync with surefire.version -->
<surefire.version>3.0.0-M5</surefire.version><!-- keep in sync with junit-platform-launcher.version -->
<junit-platform-launcher.version>1.3.2</junit-platform-launcher.version><!-- keep in sync with surefire.version -->
<takari-lifecycle.version>1.13.9</takari-lifecycle.version>
<takari-provisio.version>1.0.15</takari-provisio.version>