Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
#150 jackson vulnerability fix - Spark2 version to 2.12.7.1 (currentl…
Browse files Browse the repository at this point in the history
…y lowest fixed version), Spark3 version - currently latest
dk1844 committed Nov 23, 2022
1 parent 56a4872 commit f796a50
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -24,8 +24,8 @@ object Dependencies {
val json4s_spark2 = "3.5.3"
val json4s_spark3 = "3.7.0-M11"

val jacksonModuleScala_spark2 = "2.10.4"
val jacksonModuleScala_spark3 = "2.12.3"
val jacksonModuleScala_spark2 = "2.12.7.1"
val jacksonModuleScala_spark3 = "2.14.1"

val absaCommons = "0.0.27"
val typesafeConfig = "1.4.1"

0 comments on commit f796a50

Please sign in to comment.