From 19d40fd4380b28d2790ec10df0d1bc40bf9a52e2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:31:48 +0000 Subject: [PATCH] Bump grpc-netty from 1.42.0 to 1.52.1 Bumps [grpc-netty](https://github.com/grpc/grpc-java) from 1.42.0 to 1.52.1. - [Release notes](https://github.com/grpc/grpc-java/releases) - [Commits](https://github.com/grpc/grpc-java/compare/v1.42.0...v1.52.1) --- 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..4f0aa22ba 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.52.1") // 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..dc92cf4a9 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.52.1") constraints { runtimeOnly("io.netty:netty-codec-http2:4.1.71.Final") runtimeOnly("io.netty:netty-handler-proxy:4.1.71.Final")