Skip to content

Commit 874f552

Browse files
authored
Merge pull request #13899 from grails/dependabot/gradle/6.2.x/org.junit.jupiter-junit-jupiter-engine-5.10.5
Bump org.junit.jupiter:junit-jupiter-engine from 5.10.2 to 5.10.5
2 parents df45947 + 5b30638 commit 874f552

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
@@ -514,7 +514,7 @@ subprojects { project ->
514514
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
515515
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.5"
516516
testImplementation "org.junit.platform:junit-platform-runner:1.10.5"
517-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
517+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.5"
518518

519519
if (project.name != "grails-docs") {
520520
// Logging

0 commit comments

Comments
 (0)