We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0c2e04 commit fc2e2deCopy full SHA for fc2e2de
build.gradle
@@ -164,7 +164,7 @@ dependencies {
164
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.3.2'
165
testCompile 'org.junit.jupiter:junit-jupiter-params:5.3.2'
166
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.3.2'
167
- testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.3.2'
+ testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0'
168
testCompile 'org.junit.platform:junit-platform-launcher:1.3.2'
169
170
testCompile 'org.junit-pioneer:junit-pioneer:0.3.0'
0 commit comments