From 6c6066d752bd63970286ab55ab1740c7f725a8c6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Feb 2023 12:05:40 +0000 Subject: [PATCH] Bump io.grpc:grpc-netty from 1.42.0 to 1.53.0 Bumps [io.grpc:grpc-netty](https://github.com/grpc/grpc-java) from 1.42.0 to 1.53.0. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.42.0...v1.53.0) --- updated-dependencies: - dependency-name: io.grpc:grpc-netty dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .../hypertrace-trace-enricher/build.gradle.kts | 2 +- span-normalizer/span-normalizer/build.gradle.kts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts index 77f31e91b..a4594e16b 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts @@ -54,7 +54,7 @@ dependencies { } // Required for the GRPC clients. - runtimeOnly("io.grpc:grpc-netty:1.42.0") + runtimeOnly("io.grpc:grpc-netty:1.53.0") // Logging implementation("org.slf4j:slf4j-api:1.7.30") diff --git a/span-normalizer/span-normalizer/build.gradle.kts b/span-normalizer/span-normalizer/build.gradle.kts index b9ec9f13a..a415fae3c 100644 --- a/span-normalizer/span-normalizer/build.gradle.kts +++ b/span-normalizer/span-normalizer/build.gradle.kts @@ -44,7 +44,7 @@ dependencies { implementation("org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.23") // Required for the GRPC clients. - runtimeOnly("io.grpc:grpc-netty:1.42.0") + runtimeOnly("io.grpc:grpc-netty:1.53.0") constraints { runtimeOnly("io.netty:netty-codec-http2:4.1.71.Final") runtimeOnly("io.netty:netty-handler-proxy:4.1.71.Final")