Skip to content
This repository has been archived by the owner on Jun 26, 2024. It is now read-only.

Commit

Permalink
chore | updating entity service version in gateway service (#147)
Browse files Browse the repository at this point in the history
  • Loading branch information
aman-bansal authored Sep 29, 2022
1 parent 7e0d405 commit ff2794d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions gateway-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ dependencies {

implementation("org.hypertrace.core.query.service:query-service-client:0.8.0")
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.13.13")
implementation("org.hypertrace.entity.service:entity-service-client:0.8.27")
implementation("org.hypertrace.entity.service:entity-service-api:0.8.27")

implementation("org.hypertrace.entity.service:entity-service-client:0.8.46")
implementation("org.hypertrace.entity.service:entity-service-api:0.8.46")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.7.5")
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.7.5")
implementation("org.hypertrace.core.serviceframework:platform-metrics:0.1.37")
Expand Down

0 comments on commit ff2794d

Please sign in to comment.