Hello, while upgrading our cluster and pipelines to the new visions I noticed:
java.lang.NoClassDefFoundError: io/grpc/netty/shaded/io/netty/channel/FailedChannelFuture so I checked the maven dependency tree and found that the: org.apache.beam:beam-sdks-java-io-google-cloud-platform:jar:2.32.0:compile dependency is using netty 4.1.52 - while Flink 1.13.1 seems to use 4.1.49. Is there a way to fix this? Best, Tobi
