Skip to content

Commit

Permalink
chore: upgrade document store version to 0.7.17 (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
saxenakshitiz authored Oct 17, 2022
1 parent 1861f39 commit 10375bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion attribute-service-factory/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.37")

// Only required because AttributeService constructor test overload uses a doc store API
compileOnly("org.hypertrace.core.documentstore:document-store:0.7.10")
compileOnly("org.hypertrace.core.documentstore:document-store:0.7.17")

implementation(project(":attribute-service-impl"))
}
2 changes: 1 addition & 1 deletion attribute-service-impl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ dependencies {
api(project(":attribute-service-api"))
implementation(project(":attribute-service-tenant-api"))

implementation("org.hypertrace.core.documentstore:document-store:0.7.10")
implementation("org.hypertrace.core.documentstore:document-store:0.7.17")
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.7.2")

implementation("com.fasterxml.jackson.core:jackson-databind:2.13.2.2")
Expand Down

0 comments on commit 10375bc

Please sign in to comment.