Skip to content

Commit

Permalink
Bump ivy to 2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
spenes committed Dec 30, 2022
1 parent e2bb3d4 commit 717a200
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ object Dependencies {
val hadoopGcpClient = "hadoop3-2.2.5"
val parquetHadoop = "1.12.3"
val commonsText = "1.10.0" // Fix CVE
val ivy = "2.5.1" // Fix CVE

val slf4j = "2.0.3"
val redshiftJdbc = "1.2.55.1083"
Expand Down Expand Up @@ -139,6 +140,7 @@ object Dependencies {
.exclude("software.amazon.glue", "schema-registry-common")
.exclude("software.amazon.glue", "schema-registry-serde")
val commonsText = "org.apache.commons" % "commons-text" % V.commonsText
val ivy = "org.apache.ivy" % "ivy" % V.ivy

// Java (Loader)
val slf4jApi = "org.slf4j" % "slf4j-api" % V.slf4j
Expand Down Expand Up @@ -269,6 +271,7 @@ object Dependencies {
sparkSQL,
protobuf,
commonsText,
ivy,
jacksonModule,
jacksonDatabind,
jacksonCbor,
Expand Down

0 comments on commit 717a200

Please sign in to comment.