Merge pull request #9685 from amit2103/JAVA-2119

removed RC versions from pom dependency
This commit is contained in:
Josh Cummings 2020-07-11 18:12:34 -06:00 committed by GitHub
commit 8d5e33fae6
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.platform.version>1.4.2</junit.platform.version>
<junit.vintage.version>5.4.2</junit.vintage.version> <junit.vintage.version>5.4.2</junit.vintage.version>
<log4j2.version>2.8.2</log4j2.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> <maven-surefire-plugin.version>2.22.0</maven-surefire-plugin.version>
<exec-maven-plugin.version>1.6.0</exec-maven-plugin.version> <exec-maven-plugin.version>1.6.0</exec-maven-plugin.version>
<spring.version>5.0.1.RELEASE</spring.version> <spring.version>5.0.1.RELEASE</spring.version>