Skip to content

Commit 9281dc2

Browse files
authored
Merge branch 'master' into fix-security-issues-2605
Signed-off-by: Jorge Ejarque <jorgee@users.noreply.github.com>
2 parents 241563c + fe4ae52 commit 9281dc2

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

plugins/nf-codecommit/build.gradle

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,9 @@ dependencies {
5656
api ('software.amazon.awssdk:sso:2.42.41')
5757
api ('software.amazon.awssdk:ssooidc:2.42.41')
5858

59+
// address security vulnerabilities
60+
runtimeOnly 'io.netty:netty-codec-http:4.1.133.Final'
61+
5962
testImplementation(testFixtures(project(":nextflow")))
6063
testImplementation project(':nextflow')
6164
testImplementation "org.apache.groovy:groovy:4.0.31"

0 commit comments

Comments
 (0)