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 74d1b78 commit c7161c2Copy full SHA for c7161c2
plugins/nf-tower/build.gradle
@@ -58,5 +58,7 @@ dependencies {
58
testImplementation "org.apache.groovy:groovy-nio:4.0.29"
59
testImplementation "org.apache.groovy:groovy-json:4.0.29"
60
// wiremock required by TowerFusionEnvTest
61
- testImplementation "org.wiremock:wiremock:3.5.4"
+ testImplementation "org.wiremock:wiremock:3.13.1"
62
+ // Address security vulnerabilities CVE-2022-45688 and CVE-2023-5072
63
+ testImplementation 'org.json:json:20240303'
64
}
0 commit comments