[JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions (#10018)
* [JAVA-1669] Upgrading JUnit and Maven Surefire Plugin versions * Upgraded JUnit version for persistence-module and the modules that directly depends on it * Upgraded Maven Surefire Plugin version for these as well * Either made modules inheriting from persistence-modules instead of parent-modules or added relative paths when already inheriting persistence-modules * Upgraded versions in other modules * [JAVA-1669] Removed explicit relativePath in pom.xml when default value used * [JAVA-1669] Minor fix
This commit is contained in:
@@ -69,5 +69,10 @@
|
||||
<fastjson.version>1.2.47</fastjson.version>
|
||||
<spatial4j.version>0.7</spatial4j.version>
|
||||
<jts.version>1.15.0</jts.version>
|
||||
|
||||
<!-- testing -->
|
||||
<maven-surefire-plugin.version>2.22.2</maven-surefire-plugin.version>
|
||||
<junit-jupiter.version>5.6.2</junit-jupiter.version>
|
||||
<junit.version>4.13</junit.version>
|
||||
</properties>
|
||||
</project>
|
||||
Reference in New Issue
Block a user