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 df45947 + 5b30638 commit 874f552Copy full SHA for 874f552
build.gradle
@@ -514,7 +514,7 @@ subprojects { project ->
514
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
515
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.5"
516
testImplementation "org.junit.platform:junit-platform-runner:1.10.5"
517
- testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
+ testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.5"
518
519
if (project.name != "grails-docs") {
520
// Logging
0 commit comments