Skip to content

Commit

Permalink
chore: update attr client (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
aaron-steinfeld authored Apr 20, 2021
1 parent 7cae6d9 commit 62cd629
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config-bootstrapper/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ tasks.register<DockerStopContainer>("stopMongoContainer") {
}

tasks.register<DockerPullImage>("pullAttributeServiceImage") {
image.set("hypertrace/attribute-service:0.11.0")
image.set("hypertrace/attribute-service:0.12.0")
}

tasks.register<DockerCreateContainer>("createAttributeServiceContainer") {
Expand Down Expand Up @@ -129,7 +129,7 @@ dependencies {
implementation("org.hypertrace.entity.service:entity-service-client:0.6.4")
implementation("org.hypertrace.entity.service:entity-service-api:0.6.4")
implementation("org.hypertrace.core.documentstore:document-store:0.5.4")
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.11.0")
implementation("org.hypertrace.core.attribute.service:attribute-service-client:0.12.0")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.4.0")
implementation("org.hypertrace.core.grpcutils:grpc-client-utils:0.4.0")

Expand Down

0 comments on commit 62cd629

Please sign in to comment.