From 10624d4745f3015b1cbe632bf377c29b6728414b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 19:08:13 +0000 Subject: [PATCH] Bump io.netty:netty-bom from 4.2.16.Final to 4.2.17.Final Bumps [io.netty:netty-bom](https://github.com/netty/netty) from 4.2.16.Final to 4.2.17.Final. - [Release notes](https://github.com/netty/netty/releases) - [Commits](https://github.com/netty/netty/compare/netty-4.2.16.Final...netty-4.2.17.Final) --- updated-dependencies: - dependency-name: io.netty:netty-bom dependency-version: 4.2.17.Final dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 1f2c0e8..03080d8 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -42,7 +42,7 @@ dependencies { implementation("io.grpc:grpc-protobuf:1.83.1") implementation("io.grpc:grpc-netty:1.83.1") - implementation(platform("io.netty:netty-bom:4.2.16.Final")) + implementation(platform("io.netty:netty-bom:4.2.17.Final")) implementation("com.google.protobuf:protobuf-java:4.35.1") implementation("io.kubernetes:client-java:27.0.0")