adoroszlai commented on code in PR #3433: URL: https://github.com/apache/ozone/pull/3433#discussion_r877881288
########## pom.xml: ########## @@ -195,12 +195,12 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xs <!-- Maven protoc compiler --> <protobuf-maven-plugin.version>0.5.1</protobuf-maven-plugin.version> - <grpc.protobuf-compile.version>3.12.0</grpc.protobuf-compile.version> + <grpc.protobuf-compile.version>3.19.2</grpc.protobuf-compile.version> <os-maven-plugin.version>1.5.0.Final</os-maven-plugin.version> - <netty.version>4.1.63.Final</netty.version> - <io.grpc.version>1.38.0</io.grpc.version> - <tcnative.version>2.0.38.Final</tcnative.version> <!-- See table for correct version --> + <netty.version>4.1.74.Final</netty.version> + <io.grpc.version>1.44.0</io.grpc.version> + <tcnative.version>2.0.48.Final</tcnative.version> <!-- See table for correct version --> Review Comment: Thanks @neils-dev for the reminder. I plan to do this separately. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
