From 900fd88c4c9466b431c2dcdb55e76bd70d09bdf8 Mon Sep 17 00:00:00 2001 From: Apoorv Jain Date: Fri, 9 Jul 2021 15:24:30 +0530 Subject: [PATCH] New version of entity-service-client --- .../hypertrace-trace-enricher-impl/build.gradle.kts | 2 +- .../hypertrace-trace-enricher/build.gradle.kts | 2 +- semantic-convention-utils/build.gradle.kts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts b/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts index 638c2cd42..989236a82 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher-impl/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation(project(":hypertrace-trace-enricher:trace-reader")) implementation("org.hypertrace.core.datamodel:data-model:0.1.16") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.4.0") implementation("org.hypertrace.config.service:spaces-config-service-api:0.1.0") diff --git a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts index dae2a10c4..4f0e3f9c3 100644 --- a/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts +++ b/hypertrace-trace-enricher/hypertrace-trace-enricher/build.gradle.kts @@ -38,7 +38,7 @@ dependencies { implementation("org.hypertrace.core.datamodel:data-model:0.1.16") implementation("org.hypertrace.core.serviceframework:platform-service-framework:0.1.26") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") implementation("com.typesafe:config:1.4.1") implementation("org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.21") diff --git a/semantic-convention-utils/build.gradle.kts b/semantic-convention-utils/build.gradle.kts index d9e24aacd..c51d97b6d 100644 --- a/semantic-convention-utils/build.gradle.kts +++ b/semantic-convention-utils/build.gradle.kts @@ -12,7 +12,7 @@ dependencies { implementation(project(":span-normalizer:span-normalizer-constants")) implementation("org.hypertrace.core.datamodel:data-model:0.1.16") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") implementation("org.apache.commons:commons-lang3:3.12.0") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")