We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 241563c + fe4ae52 commit 9281dc2Copy full SHA for 9281dc2
1 file changed
plugins/nf-codecommit/build.gradle
@@ -56,6 +56,9 @@ dependencies {
56
api ('software.amazon.awssdk:sso:2.42.41')
57
api ('software.amazon.awssdk:ssooidc:2.42.41')
58
59
+ // address security vulnerabilities
60
+ runtimeOnly 'io.netty:netty-codec-http:4.1.133.Final'
61
+
62
testImplementation(testFixtures(project(":nextflow")))
63
testImplementation project(':nextflow')
64
testImplementation "org.apache.groovy:groovy:4.0.31"
0 commit comments