snowflakedb / snowflake-ingest-java

Java SDK for the Snowflake Ingest Service -
http://www.snowflake.net
Apache License 2.0
67 stars 52 forks source link

No-SNOW Update fasterxml #740

Closed sfc-gh-xhuang closed 4 months ago

sfc-gh-xhuang commented 4 months ago

Update to a newer version of fasterxml

sfc-gh-xhuang commented 4 months ago

I "fixed" the merge gates by adding an ignoreclass. Is that the right way to do this?

cc: @sfc-gh-tzhang @sfc-gh-japatel

sfc-gh-xhuang commented 4 months ago

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

sfc-gh-tzhang commented 4 months ago

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-lsembera commented 4 months ago

@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.