cadence-java-client
cadence-java-client copied to clipboard
Dependency issuew with new 3.9.0 version #765
Hi guys,
In the new release io.grpc:grpc-testing dependecy was updated to 1.51.0 however others like io.grpc:grpc-netty-shaded: 1.28.0 were not updated. Those two versions are not compatible so now our app to fails to initialize:
Exception in thread "main" java.lang.NoSuchMethodError: 'void io.grpc.internal.AbstractManagedChannelImplBuilder.<init>(java.lang.String)'
at io.grpc.netty.shaded.io.grpc.netty.NettyChannelBuilder.<init>(NettyChannelBuilder.java:136)
...
We will naturally exclude io.grpc:grpc-testing however can you move grpc-testing to test dependencies or update others so it's consistent?