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

Commit 5601269

Browse files
authored
Merge pull request #292 from grails/dependabot/gradle/org.junit.platform-junit-platform-runner-1.7.2
Bump junit-platform-runner from 1.7.0 to 1.7.2
2 parents f3303aa + d325c71 commit 5601269

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
@@ -118,7 +118,7 @@ subprojects { project ->
118118
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
119119
testImplementation("org.spockframework:spock-core:$spockVersion") { transitive = false}
120120
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
121-
testImplementation "org.junit.platform:junit-platform-runner:1.7.0"
121+
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
122122
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.7.2"
123123
}
124124

0 commit comments

Comments
 (0)