tillrohrmann commented on a change in pull request #11626: [FLINK-16961] Bump Netty 4.X to 4.1.44 URL: https://github.com/apache/flink/pull/11626#discussion_r404620737
########## File path: flink-connectors/flink-connector-elasticsearch5/pom.xml ########## @@ -82,6 +82,55 @@ under the License. <version>${elasticsearch.version}</version> </dependency> + <dependency> + <!-- Bump elasticsearch netty dependency --> + <groupId>io.netty</groupId> + <artifactId>netty-buffer</artifactId> + <version>4.1.44.Final</version> Review comment: Hmm ok. I was just thinking if already do the effort to upgrade why not trying the latest version. But on the other hand, it might cause more problems. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org With regards, Apache Git Services