JAVA-1672: updating surefire version in main pom

This commit is contained in:
chaos2418 2021-11-05 16:35:29 +05:30
parent 0f8560ed36
commit 073e3c1771
1 changed files with 1 additions and 2 deletions

View File

@ -1398,8 +1398,7 @@
<logback.version>1.2.6</logback.version>
<!-- plugins -->
<!-- can't upgrade the plugin yet; as there is an issue with 2.22 no longer running all the tests-->
<maven-surefire-plugin.version>2.21.0</maven-surefire-plugin.version>
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
<maven-compiler-plugin.version>3.8.1</maven-compiler-plugin.version>
<exec-maven-plugin.version>3.0.0</exec-maven-plugin.version>
<java.version>1.8</java.version>