Skip to content

Commit a4e7276

Browse files
authored
chore: upgrade grpc and grpcutils version due to vulns (#143)
1 parent 70ad70a commit a4e7276

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ javaPlatform {
99
val attributeServiceVersion: String = "0.14.14"
1010

1111
dependencies {
12-
api(platform("io.grpc:grpc-bom:1.56.0"))
12+
api(platform("io.grpc:grpc-bom:1.57.2"))
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.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")
16+
api("org.hypertrace.core.grpcutils:grpc-context-utils:0.12.2")
17+
api("org.hypertrace.core.grpcutils:grpc-client-utils:0.12.2")
18+
api("org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.12.2")
1919
api("org.hypertrace.gateway.service:gateway-service-api:0.3.2")
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)