Skip to content

Commit 31df182

Browse files
fix: update grpc utils to clean up cves
1 parent 683b5a9 commit 31df182

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

hypertrace-core-graphql-platform/build.gradle.kts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@ dependencies {
1212
api(platform("io.grpc:grpc-bom:1.47.0"))
1313
constraints {
1414

15-
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.8.2")
16-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.8.2")
17-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2")
18-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.8.2")
15+
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.11.2")
16+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.11.2")
17+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.11.2")
18+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.11.2")
1919
api("org.hypertrace.gateway.service:gateway-service-api:0.2.20")
2020
api("org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion}")
2121
api("org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion}")

0 commit comments

Comments
 (0)