[JAVA-1671] Upgraded JUnit and Maven Surefire Plugin versions
* For modules inheriting from spring-cloud directly * Other modules as well
This commit is contained in:
@@ -33,5 +33,4 @@
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
||||
|
||||
@@ -24,4 +24,10 @@
|
||||
<module>kubernetes-guide/travel-agency-service</module>
|
||||
</modules>
|
||||
|
||||
<properties>
|
||||
<!-- 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