Uh oh!
There was an error while loading. Please reload this page.
[SPARK-30333][CORE][BUILD][BRANCH-2.4] Upgrade jackson-databind to 2.6.7.3 - #26986
[SPARK-30333][CORE][BUILD][BRANCH-2.4] Upgrade jackson-databind to 2.6.7.3#26986sandeep-katta wants to merge 2 commits into
Conversation
sandeep-katta
commented
Dec 23, 2019
srowen
left a comment
There was a problem hiding this comment.
You might have to run dev/test-dependencies.sh --replace-manifest but looks OK otherwise
maropu
commented
Dec 24, 2019
ok to test |
SparkQA
commented
Dec 24, 2019
Test build #115673 has finished for PR 26986 at commit
|
### What changes were proposed in this pull request? Upgrade jackson-databind to 2.6.7.3 to following CVE CVE-2018-14718 - CVE-2018-14721FasterXML/jackson-databind#2097CVE-2018-19360, CVE-2018-19361, CVE-2018-19362FasterXML/jackson-databind#2186 tag: https://github.com/FasterXML/jackson-databind/commits/jackson-databind-2.6.7.3 ### Why are the changes needed? CVE-2018-14718,CVE-2018-14719,CVE-2018-14720,CVE-2018-14721,CVE-2018-19360,CVE-2018-19361,CVE-2018-19362 ### Does this PR introduce any user-facing change? No ### How was this patch tested? Existing UT Closes#26986 from sandeep-katta/jacksonUpgrade. Authored-by: sandeep katta <sandeep.katta2007@gmail.com> Signed-off-by: Takeshi Yamamuro <yamamuro@apache.org>
@sandeep-katta oh... Can you open another new pr for master? In this pr, the target is branch-2.4 and I couldn't cherry-pick it cleanly.. |
sandeep-katta
commented
Dec 24, 2019
Master is using 2.10.0, so not required to merge this to master |
maropu
commented
Dec 24, 2019
ah... if so, can you add |
maropu
commented
Dec 24, 2019
ok, Thanks! Merged to branch-2.4. |
Hi, All. It seems that we missed |
### What changes were proposed in this pull request? This PR aims to update `SparkBuild.scala` as a follow-up of [SPARK-30333 Upgrade jackson-databind to 2.6.7.3](#26986). ### Why are the changes needed? Since SPARK-29781, we override SBT Jackson dependency like Maven. ### Does this PR introduce any user-facing change? No. ### How was this patch tested? Pass the Jenkins. Closes#27256 from dongjoon-hyun/SPARK-30333. Authored-by: Dongjoon Hyun <dhyun@apple.com> Signed-off-by: Dongjoon Hyun <dhyun@apple.com>
What changes were proposed in this pull request?
Upgrade jackson-databind to 2.6.7.3 to following CVE
CVE-2018-14718 - CVE-2018-14721
FasterXML/jackson-databind#2097
CVE-2018-19360, CVE-2018-19361, CVE-2018-19362
FasterXML/jackson-databind#2186
tag: https://github.com/FasterXML/jackson-databind/commits/jackson-databind-2.6.7.3
Why are the changes needed?
CVE-2018-14718,CVE-2018-14719,CVE-2018-14720,CVE-2018-14721,CVE-2018-19360,CVE-2018-19361,CVE-2018-19362
Does this PR introduce any user-facing change?
No
How was this patch tested?
Existing UT