File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,19 +55,19 @@ publishing {
5555
5656dependencies {
5757 // Spock Framework
58- testImplementation ' org.spockframework:spock-core:2.2 -groovy-3.0'
59- testImplementation ' org.codehaus.groovy:groovy-all:3.0.12 '
58+ testImplementation ' org.spockframework:spock-core:2.3 -groovy-3.0'
59+ testImplementation ' org.codehaus.groovy:groovy-all:3.0.16 '
6060
6161 // Spock Reports
62- testRuntimeClasspath (' com.athaydes:spock-reports:2.3.1 -groovy-3 .0' ) {
62+ testCompileOnly (' com.athaydes:spock-reports:2.4.0 -groovy-4 .0' ) {
6363 transitive = false // this avoids affecting your version of Groovy/Spock
6464 }
6565 // Required for spock-reports
66- testImplementation ' org.slf4j:slf4j-api:2.0.1 '
67- testRuntimeClasspath ' org.slf4j:slf4j-simple:2.0.1 '
66+ testImplementation ' org.slf4j:slf4j-api:2.0.5 '
67+ testCompileOnly ' org.slf4j:slf4j-simple:2.0.5 '
6868
6969 // JUnit 5 Parameterized Tests
70- testImplementation ' org.junit.jupiter:junit-jupiter-params:5.8.1 '
70+ testImplementation ' org.junit.jupiter:junit-jupiter-params:5.9.2 '
7171}
7272
7373test {
You can’t perform that action at this time.
0 commit comments