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 {
113113 testImplementation " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
114114 testImplementation " org.junit.jupiter:junit-jupiter-api:5.8.0"
115115 testImplementation " org.junit.platform:junit-platform-runner:1.8.0"
116- testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.7.2 "
116+ testRuntimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.0 "
117117
118118 testImplementation(spockDependency) { transitive = false }
119119 }
@@ -122,7 +122,7 @@ subprojects {
122122 api " org.codehaus.groovy:groovy-test-junit5:$groovyVersion "
123123 api " org.junit.jupiter:junit-jupiter-api:5.8.0"
124124 api " org.junit.platform:junit-platform-runner:1.8.0"
125- runtimeOnly " org.junit.jupiter:junit-jupiter-engine:5.7.2 "
125+ runtimeOnly " org.junit.jupiter:junit-jupiter-engine:5.8.0 "
126126 implementation(spockDependency) { transitive = false }
127127 }
128128 }
You can’t perform that action at this time.
0 commit comments