File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -58,9 +58,10 @@ dependencies {
58
58
}
59
59
60
60
// 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
+
64
65
testImplementation(testFixtures(project(" :nextflow" )))
65
66
testImplementation project(' :nextflow' )
66
67
testImplementation " org.apache.groovy:groovy:4.0.28"
Original file line number Diff line number Diff line change @@ -48,7 +48,8 @@ dependencies {
48
48
}
49
49
50
50
// 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'
52
53
runtimeOnly ' net.minidev:json-smart:2.5.2'
53
54
54
55
testImplementation(testFixtures(project(" :nextflow" )))
You can’t perform that action at this time.
0 commit comments