Skip to content

Commit

Permalink
Bump netty-common to version 4.1.115.Final
Browse files Browse the repository at this point in the history
Signed-off-by: Paolo Di Tommaso <[email protected]>
  • Loading branch information
pditommaso committed Nov 18, 2024
1 parent a019ef8 commit 90623c1
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions plugins/nf-amazon/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ dependencies {
constraints {
api 'com.fasterxml.jackson.core:jackson-databind:2.12.7.1'
}

// address security vulnerabilities
runtimeOnly 'io.netty:netty-common:4.1.115.Final'

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
Expand Down
3 changes: 3 additions & 0 deletions plugins/nf-azure/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,9 @@ dependencies {
exclude group: 'org.slf4j', module: 'slf4j-api'
}

// address security vulnerabilities
runtimeOnly 'io.netty:netty-common:4.1.115.Final'

testImplementation(testFixtures(project(":nextflow")))
testImplementation project(':nextflow')
testImplementation "org.apache.groovy:groovy:4.0.23"
Expand Down

0 comments on commit 90623c1

Please sign in to comment.