Skip to content

Commit d1bbd3d

Browse files
committed
Bump netty-common to version 4.1.115.Final
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 3215afa commit d1bbd3d

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

plugins/nf-amazon/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,9 @@ dependencies {
5353
constraints {
5454
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
5555
}
56+
57+
// address security vulnerabilities
58+
runtimeOnly 'io.netty:netty-common:4.1.115.Final'
5659

5760
testImplementation(testFixtures(project(":nextflow")))
5861
testImplementation project(':nextflow')

plugins/nf-azure/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,9 @@ dependencies {
4747
exclude group: 'org.slf4j', module: 'slf4j-api'
4848
}
4949

50+
// address security vulnerabilities
51+
runtimeOnly 'io.netty:netty-common:4.1.115.Final'
52+
5053
testImplementation(testFixtures(project(":nextflow")))
5154
testImplementation project(':nextflow')
5255
testImplementation "org.apache.groovy:groovy:4.0.24"

0 commit comments

Comments
 (0)