This repository was archived by the owner on Mar 13, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments