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 @@ -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
You can’t perform that action at this time.
0 commit comments