Skip to content

Commit 791e4d8

Browse files
chore: update dependency io.netty:netty-codec-http2 to v4.2.13.final [security]
1 parent fe4ae52 commit 791e4d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

plugins/nf-amazon/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
// address security vulnerabilities
7575
implementation 'io.netty:netty-common:4.1.132.Final'
7676
implementation 'io.netty:netty-handler:4.1.132.Final'
77-
implementation 'io.netty:netty-codec-http2:4.1.132.Final'
77+
implementation 'io.netty:netty-codec-http2:4.2.13.Final'
7878

7979
testImplementation(testFixtures(project(":nextflow")))
8080
testImplementation project(':nextflow')

0 commit comments

Comments
 (0)