The current code uses com.fasterxml.jackson.core:jackson-databind:jar:2.9.10 and it will cause a security vulnerabilities.
We referenced https://github.com/advisories/GHSA-mx7p-6679-8g3q
This Alert remind to upgrate the version of jackson-databind to 2.9.10.1 or later.
I referenced Spark 3.0.0 contains jackson-databind:jar:2.10.0.
What changes were proposed in this pull request?
The current code uses com.fasterxml.jackson.core:jackson-databind:jar:2.9.10 and it will cause a security vulnerabilities. We referenced https://github.com/advisories/GHSA-mx7p-6679-8g3q This Alert remind to upgrate the version of jackson-databind to 2.9.10.1 or later. I referenced Spark 3.0.0 contains jackson-databind:jar:2.10.0.
How was this patch tested?
No UT now.