removed RC versions from pom dependency

This commit is contained in:
amit.pandey 2020-07-12 03:00:28 +05:30
parent 621301b713
commit c78d9c867d
1 changed files with 1 additions and 1 deletions

View File

@ -138,7 +138,7 @@
<junit.platform.version>1.4.2</junit.platform.version>
<junit.vintage.version>5.4.2</junit.vintage.version>
<log4j2.version>2.8.2</log4j2.version>
<powermock.version>2.0.0-RC.1</powermock.version>
<powermock.version>2.0.0</powermock.version>
<maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<spring.version>5.0.1.RELEASE</spring.version>