[
https://issues.apache.org/jira/browse/BEAM-4411?focusedWorklogId=105969&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-105969
]
ASF GitHub Bot logged work on BEAM-4411:
----------------------------------------
Author: ASF GitHub Bot
Created on: 25/May/18 18:02
Start Date: 25/May/18 18:02
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #5485:
[BEAM-4411] Update Jackson version to latest to pick up security fixes.
URL: https://github.com/apache/beam/pull/5485#discussion_r190969051
##########
File path: sdks/java/io/hadoop-input-format/pom.xml
##########
@@ -96,7 +96,6 @@
<dependency>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-scala_2.11</artifactId>
- <version>2.8.9</version>
<scope>runtime</scope>
Review comment:
It is inherited from the root pom.xml here:
https://github.com/apache/beam/blob/b807847455e5fb1b2fbdd5285a2f696960ab754f/pom.xml#L1275
Anytime someone adds it explicitly, it overrides the root but in this case
it is a duplicate of what was defined in the root pom.xml.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 105969)
Time Spent: 40m (was: 0.5h)
> Upgrade Jackson
> ---------------
>
> Key: BEAM-4411
> URL: https://issues.apache.org/jira/browse/BEAM-4411
> Project: Beam
> Issue Type: Improvement
> Components: sdk-java-core
> Reporter: Luke Cwik
> Assignee: Luke Cwik
> Priority: Minor
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Update Jackson library to latest version.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)