From db26515791432da8ff426ab1d056d53b2914cb68 Mon Sep 17 00:00:00 2001 From: GurtejSohi Date: Fri, 18 Aug 2023 15:32:47 +0530 Subject: [PATCH] chore: upgrade grpc and grpcutils version due to vulns --- 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 438a59c3..bfd58c2d 100644 --- a/hypertrace-core-graphql-platform/build.gradle.kts +++ b/hypertrace-core-graphql-platform/build.gradle.kts @@ -9,13 +9,13 @@ javaPlatform { val attributeServiceVersion: String = "0.14.14" dependencies { - api(platform("io.grpc:grpc-bom:1.56.0")) + api(platform("io.grpc:grpc-bom:1.57.2")) api(platform("com.fasterxml.jackson:jackson-bom:2.15.2")) constraints { - 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.core.grpcutils:grpc-context-utils:0.12.2") + api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2") + api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.2") api("org.hypertrace.gateway.service:gateway-service-api:0.3.2") api("org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion}") api("org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion}")