Skip to content

Commit 01e8fcf

Browse files
Bump io.netty:netty-codec-http2 from 4.1.132.Final to 4.1.133.Final
Bumps [io.netty:netty-codec-http2](https://github.com/netty/netty) from 4.1.132.Final to 4.1.133.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](netty/netty@netty-4.1.132.Final...netty-4.1.133.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec-http2 dependency-version: 4.1.133.Final dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fe4ae52 commit 01e8fcf

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

plugins/nf-amazon/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ dependencies {
7272
api ('software.amazon.awssdk:aws-crt-client:2.33.2')
7373

7474
// address security vulnerabilities
75-
implementation 'io.netty:netty-common:4.1.132.Final'
76-
implementation 'io.netty:netty-handler:4.1.132.Final'
77-
implementation 'io.netty:netty-codec-http2:4.1.132.Final'
75+
implementation 'io.netty:netty-common:4.1.133.Final'
76+
implementation 'io.netty:netty-handler:4.1.133.Final'
77+
implementation 'io.netty:netty-codec-http2:4.1.133.Final'
7878

7979
testImplementation(testFixtures(project(":nextflow")))
8080
testImplementation project(':nextflow')

0 commit comments

Comments
 (0)