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

Commit 2e8e360

Browse files
fix(deps): update dependency org.junit.platform:junit-platform-runner to v1.10.2 (#708)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2546ec5 commit 2e8e360

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
@@ -120,7 +120,7 @@ subprojects { project ->
120120
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
121121
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
122122
testImplementation "org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion"
123-
testImplementation "org.junit.platform:junit-platform-runner:1.10.1"
123+
testImplementation "org.junit.platform:junit-platform-runner:1.10.2"
124124
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:$junitJupiterVersion"
125125
}
126126

@@ -262,7 +262,7 @@ subprojects { project ->
262262
testImplementation "org.codehaus.groovy:groovy-test-junit5:$groovyVersion"
263263
testImplementation "org.spockframework:spock-core:$spockVersion", { transitive = false }
264264
testImplementation "org.junit.jupiter:junit-jupiter-api:5.10.2"
265-
testImplementation "org.junit.platform:junit-platform-runner:1.10.1"
265+
testImplementation "org.junit.platform:junit-platform-runner:1.10.2"
266266
testRuntimeOnly "org.junit.jupiter:junit-jupiter-engine:5.10.2"
267267
}
268268

0 commit comments

Comments
 (0)