From 31df1828123dd9484da709b7916c5aaf9248c59e Mon Sep 17 00:00:00 2001 From: Aaron Steinfeld Date: Wed, 21 Dec 2022 16:18:51 -0500 Subject: [PATCH] fix: update grpc utils to clean up cves --- hypertrace-core-graphql-platform/build.gradle.kts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hypertrace-core-graphql-platform/build.gradle.kts b/hypertrace-core-graphql-platform/build.gradle.kts index abf84180..c7fdf6fc 100644 --- a/hypertrace-core-graphql-platform/build.gradle.kts +++ b/hypertrace-core-graphql-platform/build.gradle.kts @@ -12,10 +12,10 @@ dependencies { api(platform("io.grpc:grpc-bom:1.47.0")) constraints { - api("org.hypertrace.core.grpcutils:grpc-context-utils:0.8.2") - api("org.hypertrace.core.grpcutils:grpc-client-utils:0.8.2") - api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2") - api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2") + api("org.hypertrace.core.grpcutils:grpc-context-utils:0.11.2") + api("org.hypertrace.core.grpcutils:grpc-client-utils:0.11.2") + api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.11.2") + api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.11.2") api("org.hypertrace.gateway.service:gateway-service-api:0.2.20") api("org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion}") api("org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion}")