We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 075300a + 5f70d21 commit 3e6d678Copy full SHA for 3e6d678
build.gradle
@@ -454,7 +454,7 @@ subprojects { project ->
454
compile groovyDependency
455
456
testCompile "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
457
- testCompile "org.junit.jupiter:junit-jupiter-api:5.6.0"
+ testCompile "org.junit.jupiter:junit-jupiter-api:5.6.2"
458
testCompile "org.junit.platform:junit-platform-runner:1.6.2"
459
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"
460
0 commit comments