File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -513,7 +513,7 @@ subprojects { project ->
513513
514514 testImplementation " org.codehaus.groovy:groovy-test-junit5:${ groovyVersion} "
515515 testImplementation " org.junit.jupiter:junit-jupiter-api:5.10.5"
516- testImplementation " org.junit.platform:junit-platform-runner:1.10.2 "
516+ testImplementation " org.junit.platform:junit-platform-runner:1.10.5 "
517517 testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.10.2"
518518
519519 if (project. name != " grails-docs" ) {
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ dependencies {
77 api " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
88 api(" org.codehaus.groovy:groovy-test:$groovyVersion " )
99 api(" org.spockframework:spock-core:$spockVersion " ) { transitive = false }
10- api " org.junit.platform:junit-platform-runner:1.10.2 "
10+ api " org.junit.platform:junit-platform-runner:1.10.5 "
1111
1212
1313 api project(" :grails-plugin-mimetypes" )
You can’t perform that action at this time.
0 commit comments