diff --git a/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts b/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts index bba2bcc38..bb4b80adf 100644 --- a/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts +++ b/hypertrace-trace-enricher/enriched-span-constants/build.gradle.kts @@ -69,7 +69,7 @@ dependencies { implementation(project(":span-normalizer:raw-span-constants")) implementation(project(":span-normalizer:span-normalizer-constants")) implementation(project(":semantic-convention-utils")) - implementation("org.hypertrace.entity.service:entity-service-api:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-api:0.6.10") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1") testImplementation("org.mockito:mockito-core:3.8.0") 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 a68544644..d0c145229 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.17") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.5.2") 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 c6ef08365..59e45e9f6 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.17") 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.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("com.typesafe:config:1.4.1") implementation("org.hypertrace.core.kafkastreams.framework:kafka-streams-framework:0.1.21") diff --git a/hypertrace-trace-enricher/trace-reader/build.gradle.kts b/hypertrace-trace-enricher/trace-reader/build.gradle.kts index ee89b74a7..a0e905c20 100644 --- a/hypertrace-trace-enricher/trace-reader/build.gradle.kts +++ b/hypertrace-trace-enricher/trace-reader/build.gradle.kts @@ -8,8 +8,8 @@ plugins { dependencies { api("org.hypertrace.core.attribute.service:attribute-service-api:0.12.0") api("org.hypertrace.core.attribute.service:caching-attribute-service-client:0.12.0") - api("org.hypertrace.entity.service:entity-type-service-rx-client:0.6.4") - api("org.hypertrace.entity.service:entity-data-service-rx-client:0.6.4") + api("org.hypertrace.entity.service:entity-type-service-rx-client:0.6.10") + api("org.hypertrace.entity.service:entity-data-service-rx-client:0.6.10") api("org.hypertrace.core.datamodel:data-model:0.1.17") implementation("org.hypertrace.core.attribute.service:attribute-projection-registry:0.12.0") implementation("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.5.2") diff --git a/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts b/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts index a50ea0c2e..f0d19b45a 100644 --- a/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts +++ b/hypertrace-view-generator/hypertrace-view-generator/build.gradle.kts @@ -36,7 +36,7 @@ dependencies { implementation("org.hypertrace.core.datamodel:data-model:0.1.17") implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.26") - implementation("org.hypertrace.entity.service:entity-service-api:0.6.4") + implementation("org.hypertrace.entity.service:entity-service-api:0.6.10") implementation("org.apache.avro:avro:1.10.2") implementation("org.apache.commons:commons-lang3:3.12.0") diff --git a/semantic-convention-utils/build.gradle.kts b/semantic-convention-utils/build.gradle.kts index 929b8c168..8b184fc46 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.17") - implementation("org.hypertrace.entity.service:entity-service-client:0.6.8") + implementation("org.hypertrace.entity.service:entity-service-client:0.6.10") implementation("org.apache.commons:commons-lang3:3.12.0") testImplementation("org.junit.jupiter:junit-jupiter:5.7.1")