File tree 1 file changed +4
-4
lines changed
hypertrace-core-graphql-platform
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,13 +9,13 @@ javaPlatform {
9
9
val attributeServiceVersion: String = " 0.14.14"
10
10
11
11
dependencies {
12
- api(platform(" io.grpc:grpc-bom:1.56.0 " ))
12
+ api(platform(" io.grpc:grpc-bom:1.57.2 " ))
13
13
api(platform(" com.fasterxml.jackson:jackson-bom:2.15.2" ))
14
14
constraints {
15
15
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 " )
19
19
api(" org.hypertrace.gateway.service:gateway-service-api:0.3.2" )
20
20
api(" org.hypertrace.core.attribute.service:caching-attribute-service-client:${attributeServiceVersion} " )
21
21
api(" org.hypertrace.core.attribute.service:attribute-service-api:${attributeServiceVersion} " )
You can’t perform that action at this time.
0 commit comments