Skip to content

Commit 984a7e2

Browse files
Updating grpcutils version to fix netty vuln (#139)
1 parent 1549134 commit 984a7e2

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,9 @@ dependencies {
1313
api(platform("com.fasterxml.jackson:jackson-bom:2.15.2"))
1414
constraints {
1515

16-
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.0")
17-
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.0")
18-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.0")
19-
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.0")
16+
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.1")
17+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.1")
18+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.1")
2019
api("org.hypertrace.gateway.service:gateway-service-api:0.2.25")
2120
api("org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion}")
2221
api("org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion}")

0 commit comments

Comments
 (0)