We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe4ae52 commit 791e4d8Copy full SHA for 791e4d8
1 file changed
plugins/nf-amazon/build.gradle
@@ -74,7 +74,7 @@ dependencies {
74
// address security vulnerabilities
75
implementation 'io.netty:netty-common:4.1.132.Final'
76
implementation 'io.netty:netty-handler:4.1.132.Final'
77
- implementation 'io.netty:netty-codec-http2:4.1.132.Final'
+ implementation 'io.netty:netty-codec-http2:4.2.13.Final'
78
79
testImplementation(testFixtures(project(":nextflow")))
80
testImplementation project(':nextflow')
0 commit comments