[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:
fdpro
2020-09-14 20:49:03 +02:00
parent 7c8b656a7d
commit ce9356179e
39 changed files with 292 additions and 26 deletions
@@ -86,6 +86,11 @@
<aws-lambda-events.version>2.0.2</aws-lambda-events.version>
<aws-lambda-java-core.version>1.1.0</aws-lambda-java-core.version>
<spring-boot-thin.version>1.0.10.RELEASE</spring-boot-thin.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>