Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ dependencies {
funcTestCompile sourceSets.test.output //to depends on common unit and integration helper classes
funcTestCompile configurations.testCompile
funcTestRuntime configurations.testRuntime
funcTestCompile('com.netflix.nebula:nebula-test:7.10.2') {
funcTestCompile('com.netflix.nebula:nebula-test:9.0.0') {
exclude group: 'org.codehaus.groovy'
}
funcTestCompile 'com.github.tomakehurst:wiremock:1.50' //1.54+ makes GroovyBuilder to fail with parsing empty response on POST
Expand Down