From 31a49a44da3f7c3773020cd812c425232e4a8092 Mon Sep 17 00:00:00 2001 From: Sanket Mundra Date: Thu, 22 Jun 2023 14:09:44 +0530 Subject: [PATCH] Updating grpcutils version to fix netty vuln --- hypertrace-core-graphql-platform/build.gradle.kts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/hypertrace-core-graphql-platform/build.gradle.kts b/hypertrace-core-graphql-platform/build.gradle.kts index a665b64b..77716efb 100644 --- a/hypertrace-core-graphql-platform/build.gradle.kts +++ b/hypertrace-core-graphql-platform/build.gradle.kts @@ -13,10 +13,9 @@ dependencies { api(platform("com.fasterxml.jackson:jackson-bom:2.15.2")) constraints { - api("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.0") - api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.0") - api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.0") - api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.0") + api("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.1") + api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.1") + api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.1") api("org.hypertrace.gateway.service:gateway-service-api:0.2.25") api("org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion}") api("org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion}")