Skip to content

Commit 8698c41

Browse files
authored
chore: update docstore lib version (#136)
1 parent 4bb7da8 commit 8698c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

attribute-service-factory/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
api("org.hypertrace.core.serviceframework:platform-grpc-service-framework:0.1.37")
77

88
// Only required because AttributeService constructor test overload uses a doc store API
9-
compileOnly("org.hypertrace.core.documentstore:document-store:0.7.2")
9+
compileOnly("org.hypertrace.core.documentstore:document-store:0.7.4")
1010

1111
implementation(project(":attribute-service-impl"))
1212
}

attribute-service-impl/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ dependencies {
88
api(project(":attribute-service-api"))
99
implementation(project(":attribute-service-tenant-api"))
1010

11-
implementation("org.hypertrace.core.documentstore:document-store:0.7.2")
11+
implementation("org.hypertrace.core.documentstore:document-store:0.7.4")
1212
implementation("org.hypertrace.core.grpcutils:grpc-context-utils:0.7.2")
1313

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

0 commit comments

Comments
 (0)