[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
@@ -17,6 +17,13 @@
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.junit</groupId>
<artifactId>junit-bom</artifactId>
<version>${junit-jupiter.version}</version>
<type>pom</type>
<scope>import</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-starter-parent</artifactId>