Skip to content

Commit 3e6d678

Browse files
authored
Merge pull request #11537 from grails/dependabot/gradle/master/org.junit.jupiter-junit-jupiter-api-5.6.2
Bump junit-jupiter-api from 5.6.0 to 5.6.2
2 parents 075300a + 5f70d21 commit 3e6d678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -454,7 +454,7 @@ subprojects { project ->
454454
compile groovyDependency
455455

456456
testCompile "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
457-
testCompile "org.junit.jupiter:junit-jupiter-api:5.6.0"
457+
testCompile "org.junit.jupiter:junit-jupiter-api:5.6.2"
458458
testCompile "org.junit.platform:junit-platform-runner:1.6.2"
459459
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.2"
460460

0 commit comments

Comments
 (0)