File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed
Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -76,9 +76,9 @@ dependencies {
7676 }
7777
7878 // address security vulnerabilities
79- implementation ' io.netty:netty-common:4.1.125 .Final'
80- implementation ' io.netty:netty-handler:4.1.125 .Final'
81- implementation ' io.netty:netty-codec-http2:4.1.125 .Final'
79+ implementation ' io.netty:netty-common:4.1.129 .Final'
80+ implementation ' io.netty:netty-handler:4.1.129 .Final'
81+ implementation ' io.netty:netty-codec-http2:4.1.129 .Final'
8282
8383 testImplementation(testFixtures(project(" :nextflow" )))
8484 testImplementation project(' :nextflow' )
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ dependencies {
6565 }
6666
6767 // address security vulnerabilities
68- implementation ' io.netty:netty-handler:4.1.125 .Final'
69- implementation ' io.netty:netty-codec-http2:4.1.125 .Final'
68+ implementation ' io.netty:netty-handler:4.1.129 .Final'
69+ implementation ' io.netty:netty-codec-http2:4.1.129 .Final'
7070 implementation ' net.minidev:json-smart:2.5.2'
7171
7272 testImplementation(testFixtures(project(" :nextflow" )))
You can’t perform that action at this time.
0 commit comments