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")