Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f3303aa

Browse files
authored
Merge pull request #291 from grails/dependabot/gradle/org.junit.jupiter-junit-jupiter-engine-5.7.2
Bump junit-jupiter-engine from 5.7.0 to 5.7.2
2 parents c90d337 + c55eec6 commit f3303aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ subprojects { project ->
119119
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
120120
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
121121
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
122-
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.0"
122+
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
123123
}
124124

125125
apply from: "${rootProject.projectDir}/gradle/testVerbose.gradle"

0 commit comments

Comments
 (0)