[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:
@@ -105,6 +105,11 @@
|
||||
<spring-cloud.version>Greenwich.SR1</spring-cloud.version>
|
||||
<kafka-avro-serializer.version>4.0.0</kafka-avro-serializer.version>
|
||||
<avro.version>1.8.2</avro.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>
|
||||
|
||||
@@ -43,6 +43,11 @@
|
||||
<aws-sdk.version>1.11.632</aws-sdk.version>
|
||||
<spring-cloud-stream-kinesis-binder.version>2.0.2.RELEASE</spring-cloud-stream-kinesis-binder.version>
|
||||
<spring-cloud-stream-test.version>2.2.1.RELEASE</spring-cloud-stream-test.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