Skip to content

Commit 191377b

Browse files
authored
upgrade JUnit dependencies #292
* JUnit 4 `[4.12 -> 4.13]` * JUnit Platform `[1.5.1 -> 1.5.2]` * JUnit Jupiter/Vintage `[5.5.1 -> 5.5.2]`
2 parents 120246e + 4cf0b59 commit 191377b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

build.gradle

+7-7
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ ext {
3939
log4j_core : 'org.apache.logging.log4j:log4j-core:2.11.1',
4040
log4j_slf4j : 'org.apache.logging.log4j:log4j-slf4j-impl:2.11.1',
4141

42-
junit4 : 'junit:junit:4.12',
43-
junit5VintageEngine : 'org.junit.vintage:junit-vintage-engine:5.5.1',
44-
junit5JupiterApi : 'org.junit.jupiter:junit-jupiter-api:5.5.1',
45-
junit5JupiterEngine : 'org.junit.jupiter:junit-jupiter-engine:5.5.1',
46-
junitPlatform : 'org.junit.platform:junit-platform-runner:1.5.1',
47-
junitPlatformCommons: 'org.junit.platform:junit-platform-commons:1.5.1',
48-
junitPlatformEngine : 'org.junit.platform:junit-platform-engine:1.5.1',
42+
junit4 : 'junit:junit:4.13',
43+
junit5VintageEngine : 'org.junit.vintage:junit-vintage-engine:5.5.2',
44+
junit5JupiterApi : 'org.junit.jupiter:junit-jupiter-api:5.5.2',
45+
junit5JupiterEngine : 'org.junit.jupiter:junit-jupiter-engine:5.5.2',
46+
junitPlatform : 'org.junit.platform:junit-platform-runner:1.5.2',
47+
junitPlatformCommons: 'org.junit.platform:junit-platform-commons:1.5.2',
48+
junitPlatformEngine : 'org.junit.platform:junit-platform-engine:1.5.2',
4949
hamcrest : 'org.hamcrest:hamcrest-core:1.3',
5050
junit_dataprovider : 'com.tngtech.java:junit-dataprovider:1.11.0',
5151
mockito : 'org.mockito:mockito-core:2.27.0',

0 commit comments

Comments
 (0)