Skip to content

Commit 858c266

Browse files
authored
Merge pull request #13898 from grails/dependabot/gradle/6.2.x/org.junit.platform-junit-platform-runner-1.10.5
Bump org.junit.platform:junit-platform-runner from 1.10.2 to 1.10.5
2 parents 9f4ce9a + 5b317d2 commit 858c266

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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") {

grails-test/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)