AbsaOSS/cobrix

Update Spark dependencies to remove security alerets

yruslan opened this issue · 0 comments

Background

Currently, spark-cobol depends on Spark 2.2.2. This raises security warnings. Although Sprak dependencies are provided and the actual Spark version will be determined at runtime, we could update the Spark version at compile time to remove these warnings.

Feature

Update Spark dependency version to 2.4.5 and make sure everything still works.