Skip to content

Commit 5b317d2

Browse files
Bump org.junit.platform:junit-platform-runner from 1.10.2 to 1.10.5
Bumps [org.junit.platform:junit-platform-runner](https://github.com/junit-team/junit5) from 1.10.2 to 1.10.5. - [Release notes](https://github.com/junit-team/junit5/releases) - [Commits](https://github.com/junit-team/junit5/commits) --- updated-dependencies: - dependency-name: org.junit.platform:junit-platform-runner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9f4ce9a commit 5b317d2

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)