Skip to content

Commit bece1a7

Browse files
Update junit5 monorepo (#12844)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3e4b375 commit bece1a7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -485,9 +485,9 @@ subprojects { project ->
485485
api groovyDependency
486486

487487
testImplementation "org.codehaus.groovy:groovy-test-junit5:${groovyVersion}"
488-
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.1"
489-
testImplementation "org.junit.platform:junit-platform-runner:1.9.1"
490-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.1"
488+
testImplementation "org.junit.jupiter:junit-jupiter-api:5.9.2"
489+
testImplementation "org.junit.platform:junit-platform-runner:1.9.2"
490+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.9.2"
491491

492492
if (project.name != "grails-docs") {
493493
// Logging

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.9.1"
10+
api "org.junit.platform:junit-platform-runner:1.9.2"
1111

1212

1313
api project(":grails-plugin-mimetypes")

0 commit comments

Comments
 (0)