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

Commit 565f8cb

Browse files
authored
Merge pull request #227 from grails/dependabot/gradle/master/org.junit.platform-junit-platform-runner-1.7.2
Bump junit-platform-runner from 1.6.2 to 1.7.2
2 parents 23df808 + 9564615 commit 565f8cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ subprojects { project ->
113113
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
114114
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
115115
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
116-
testImplementation "org.junit.platform:junit-platform-runner:1.6.2"
116+
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
117117
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
118118
}
119119

@@ -258,7 +258,7 @@ subprojects { project ->
258258
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
259259
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
260260
testImplementation "org.junit.jupiter:junit-jupiter-api:5.7.2"
261-
testImplementation "org.junit.platform:junit-platform-runner:1.6.0"
261+
testImplementation "org.junit.platform:junit-platform-runner:1.7.2"
262262
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.6.0"
263263
}
264264

0 commit comments

Comments
 (0)