From 8c945dd828c2b31e7a957c284e0a1edeb32606a3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 05:17:46 +0000 Subject: [PATCH] chore(deps): bump io.netty:netty-codec from 4.2.15.Final to 4.2.16.Final Bumps [io.netty:netty-codec](https://github.com/netty/netty) from 4.2.15.Final to 4.2.16.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.15.Final...netty-4.2.16.Final) --- updated-dependencies: - dependency-name: io.netty:netty-codec dependency-version: 4.2.16.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34b00e0..ec961ed 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -68,7 +68,7 @@ dependencies { testImplementation(libs.commons.io) // Containerization Support - testImplementation(platform("io.netty:netty-bom:4.2.15.Final")) + testImplementation(platform("io.netty:netty-bom:4.2.16.Final")) testImplementation(libs.testcontainers) testImplementation(libs.testcontainers.junit.jupiter) @@ -92,22 +92,22 @@ dependencies { testImplementation("com.google.protobuf:protobuf-java:3.25.5") { because("GHSA-735f-pc8j-v9w8 affects protobuf-java versions before 3.25.5") } - testImplementation("io.netty:netty-codec:4.2.15.Final") { + testImplementation("io.netty:netty-codec:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("io.netty:netty-codec-http:4.2.15.Final") { + testImplementation("io.netty:netty-codec-http:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("io.netty:netty-codec-http2:4.2.15.Final") { + testImplementation("io.netty:netty-codec-http2:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("io.netty:netty-common:4.2.15.Final") { + testImplementation("io.netty:netty-common:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("io.netty:netty-handler:4.2.15.Final") { + testImplementation("io.netty:netty-handler:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } - testImplementation("io.netty:netty-handler-proxy:4.2.15.Final") { + testImplementation("io.netty:netty-handler-proxy:4.2.16.Final") { because("Multiple Netty advisories affect the locked 4.1.87/4.1.91 modules") } testImplementation("org.apache.commons:commons-compress:1.26.0") {