problem: Kotlin class mocking randomly fails

solution: upgrade testing libs, and open the class
This commit is contained in:
Igor Artamonov
2020-04-20 21:42:53 -04:00
parent 4f0b32f705
commit 322d9ac480
4 changed files with 4 additions and 13 deletions

View File

@@ -107,12 +107,11 @@ dependencies {
testCompile "org.codehaus.groovy:groovy:$groovyVersion"
testCompile 'cglib:cglib-nodep:3.2.12'
testCompile 'cglib:cglib-nodep:3.3.0'
testCompile "org.spockframework:spock-core:$spockVersion"
testCompile 'de.jodamob.kotlin:kotlin-runner-spock:0.3.1'
testCompile "io.grpc:grpc-testing:${grpcVersion}"
testCompile "io.projectreactor:reactor-test:$reactorVersion"
testCompile 'org.objenesis:objenesis:3.0.1'
testCompile 'org.objenesis:objenesis:3.1'
testCompile 'org.mock-server:mockserver-netty:5.10'
}