File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff 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' )
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments