From 01e8fcf30cc31a39dfb95a526f8f3f6f26e4efd7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 May 2026 01:27:23 +0000 Subject: [PATCH] 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](https://github.com/netty/netty/compare/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] --- plugins/nf-amazon/build.gradle | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/plugins/nf-amazon/build.gradle b/plugins/nf-amazon/build.gradle index 1488a3c80f..b5da009fd1 100644 --- a/plugins/nf-amazon/build.gradle +++ b/plugins/nf-amazon/build.gradle @@ -72,9 +72,9 @@ dependencies { api ('software.amazon.awssdk:aws-crt-client:2.33.2') // address security vulnerabilities - implementation 'io.netty:netty-common:4.1.132.Final' - implementation 'io.netty:netty-handler:4.1.132.Final' - implementation 'io.netty:netty-codec-http2:4.1.132.Final' + implementation 'io.netty:netty-common:4.1.133.Final' + implementation 'io.netty:netty-handler:4.1.133.Final' + implementation 'io.netty:netty-codec-http2:4.1.133.Final' testImplementation(testFixtures(project(":nextflow"))) testImplementation project(':nextflow')