File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ dependencies {
4545 testFixturesImplementation(project(" :nextflow" ))
4646
4747 testImplementation " org.apache.groovy:groovy-json:4.0.29" // needed by wiremock
48- testImplementation (' com.github.tomakehurst:wiremock:3.0.0-beta-1 ' ) { exclude module : ' groovy-all' }
48+ testImplementation (' com.github.tomakehurst:wiremock:3.0.0-beta-10 ' ) { exclude module : ' groovy-all' }
4949 testImplementation (' com.github.tomjankes:wiremock-groovy:0.2.0' ) { exclude module : ' groovy-all' }
5050}
5151
Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ dependencies {
3636
3737 /* testImplementation inherited from top gradle build file */
3838 testImplementation " org.apache.groovy:groovy-json:4.0.29" // needed by wiremock
39- testImplementation (' com.github.tomakehurst:wiremock:1.57 ' ) { exclude module : ' groovy-all' }
39+ testImplementation (' com.github.tomakehurst:wiremock:3.0.0-beta-10 ' ) { exclude module : ' groovy-all' }
4040 testImplementation (' com.github.tomjankes:wiremock-groovy:0.2.0' ) { exclude module : ' groovy-all' }
4141
4242 testImplementation(testFixtures(project(" :nextflow" )))
You can’t perform that action at this time.
0 commit comments