@@ -8,12 +8,12 @@ plugins {
88dependencies {
99 api(project(" :attribute-service-api" ))
1010 api(" io.reactivex.rxjava3:rxjava:3.0.5" )
11- api(" io.grpc:grpc-api:1.40 .0" )
11+ api(" io.grpc:grpc-api:1.42 .0" )
1212
13- implementation(" io.grpc:grpc-stub:1.40 .0" )
14- implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.6.1 " )
15- implementation(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.6.1 " )
16- implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.1 " )
13+ implementation(" io.grpc:grpc-stub:1.42 .0" )
14+ implementation(" org.hypertrace.core.grpcutils:grpc-client-utils:0.6.2 " )
15+ implementation(" org.hypertrace.core.grpcutils:grpc-client-rx-utils:0.6.2 " )
16+ implementation(" org.hypertrace.core.grpcutils:grpc-context-utils:0.6.2 " )
1717 implementation(" com.google.guava:guava:30.1.1-jre" )
1818 annotationProcessor(" org.projectlombok:lombok:1.18.20" )
1919 compileOnly(" org.projectlombok:lombok:1.18.20" )
@@ -22,7 +22,7 @@ dependencies {
2222 testImplementation(" org.junit.jupiter:junit-jupiter:5.7.1" )
2323 testImplementation(" org.mockito:mockito-core:3.8.0" )
2424 testImplementation(" org.mockito:mockito-junit-jupiter:3.8.0" )
25- testImplementation(" io.grpc:grpc-core:1.40 .0" )
25+ testImplementation(" io.grpc:grpc-core:1.42 .0" )
2626 testImplementation(" org.apache.logging.log4j:log4j-slf4j-impl:2.14.1" )
2727}
2828
0 commit comments