Skip to content

Commit 0f86933

Browse files
authored
fix security vulnerabilities for wiremock (#6607)
Signed-off-by: jorgee <[email protected]>
1 parent 6c08137 commit 0f86933

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/nf-commons/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

modules/nf-httpfs/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")))

0 commit comments

Comments
 (0)