snowflake-ingest-java
snowflake-ingest-java copied to clipboard
No-SNOW Update fasterxml
Update to a newer version of fasterxml
I "fixed" the merge gates by adding an ignoreclass. Is that the right way to do this?
cc: @sfc-gh-tzhang @sfc-gh-japatel
Also @sfc-gh-lsembera @sfc-gh-tzhang Do you know where snyk is complaining about commons-configuration2? I can't find where we define usage of that
Also @sfc-gh-lsembera @sfc-gh-tzhang Do you know where snyk is complaining about commons-configuration2? I can't find where we define usage of that
Please check with @sfc-gh-lsembera , @sfc-gh-alhuang might also know more on this
@sfc-gh-xhuang commons-configuration
2.8.0 is being pulled in transitively via hadoop-common
. You can run mvn dependency:tree
and then check target/dependency-list.txt
.