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 e36a637 commit 85435d3Copy full SHA for 85435d3
client/build.gradle.kts
@@ -126,7 +126,7 @@ dependencies {
126
testImplementation("org.spockframework:spock-core:2.3-groovy-3.0")
127
testRuntimeOnly("net.bytebuddy:byte-buddy:1.14.5")
128
testRuntimeOnly("org.objenesis:objenesis:3.3")
129
- testImplementation("io.github.joke:spock-mockable:2.3.0")
+ testImplementation("io.github.joke:spock-mockable:2.3.2")
130
131
testImplementation("org.apache.commons:commons-lang3:3.12.0")
132
}
0 commit comments