File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
attribute-service-factory Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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" )
You can’t perform that action at this time.
0 commit comments