Github user smarthi commented on a diff in the pull request: https://github.com/apache/flink/pull/1952#discussion_r61670156 --- Diff: flink-streaming-connectors/flink-connector-elasticsearch2/pom.xml --- @@ -55,11 +55,11 @@ under the License. <version>${elasticsearch.version}</version> </dependency> - <dependency> - <groupId>com.fasterxml.jackson.core</groupId> - <artifactId>jackson-core</artifactId> - <version>2.7.2</version> - </dependency> + <dependency> + <groupId>com.fasterxml.jackson.core</groupId> + <artifactId>jackson-core</artifactId> + <version>2.7.4</version> --- End diff -- Replace with ${jackson.version} if the parent pom value for this is being changed to 2.7.2
--- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---