We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b1546c commit b968178Copy full SHA for b968178
build.gradle.kts
@@ -81,7 +81,7 @@ dependencies {
81
implementation("org.apache.logging.log4j:log4j-core:2.24.1")
82
implementation("org.vafer:jdependency:2.14")
83
84
- testImplementation("org.spockframework:spock-core:2.3-groovy-4.0") {
+ testImplementation("org.spockframework:spock-core:2.4-groovy-4.0") {
85
exclude(group = "org.codehaus.groovy")
86
exclude(group = "org.hamcrest")
87
}
0 commit comments