Skip to content

Commit 7e690b4

Browse files
committed
Bump netty-codec-http2:4.1.124.Final
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent eaf1048 commit 7e690b4

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

plugins/nf-amazon/build.gradle

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,10 @@ dependencies {
5858
}
5959

6060
// address security vulnerabilities
61-
runtimeOnly 'io.netty:netty-common:4.1.118.Final'
62-
runtimeOnly 'io.netty:netty-handler:4.1.118.Final'
63-
61+
runtimeOnly 'io.netty:netty-common:4.1.124.Final'
62+
runtimeOnly 'io.netty:netty-handler:4.1.124.Final'
63+
runtimeOnly 'io.netty:netty-codec-http2:4.1.124.Final'
64+
6465
testImplementation(testFixtures(project(":nextflow")))
6566
testImplementation project(':nextflow')
6667
testImplementation "org.apache.groovy:groovy:4.0.28"

plugins/nf-azure/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,8 @@ dependencies {
4848
}
4949

5050
// address security vulnerabilities
51-
runtimeOnly 'io.netty:netty-handler:4.1.118.Final'
51+
runtimeOnly 'io.netty:netty-handler:4.1.124.Final'
52+
runtimeOnly 'io.netty:netty-codec-http2:4.1.124.Final'
5253
runtimeOnly 'net.minidev:json-smart:2.5.2'
5354

5455
testImplementation(testFixtures(project(":nextflow")))

0 commit comments

Comments
 (0)