File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
platform-grpc-service-framework
platform-http-service-framework Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ dependencies {
1010 api(platform(" io.grpc:grpc-bom:1.60.0" ))
1111 api(" io.grpc:grpc-api" )
1212 api(" io.grpc:grpc-services" )
13- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.8 " )
13+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.2 " )
1414 api(" com.typesafe:config:1.4.2" )
1515 api(project(" :service-framework-spi" ))
1616
@@ -21,5 +21,5 @@ dependencies {
2121 implementation(" io.grpc:grpc-inprocess" )
2222 implementation(" io.grpc:grpc-netty" )
2323 implementation(" org.slf4j:slf4j-api:1.7.36" )
24- implementation(" org.hypertrace.core.grpcutils:grpc-server-utils:0.12.8 " )
24+ implementation(" org.hypertrace.core.grpcutils:grpc-server-utils:0.13.2 " )
2525}
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
55
66dependencies {
77 api(project(" :platform-service-framework" ))
8- api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.12.8 " )
8+ api(" org.hypertrace.core.grpcutils:grpc-client-utils:0.13.2 " )
99 api(" com.typesafe:config:1.4.2" )
1010 api(" javax.servlet:javax.servlet-api:4.0.1" )
1111 api(" com.google.inject:guice:5.1.0" )
You can’t perform that action at this time.
0 commit comments