Skip to content

Commit

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

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

// Java (Loader)
val slf4jApi = "org.slf4j" % "slf4j-api" % V.slf4j
Expand Down Expand Up @@ -265,6 +267,8 @@ object Dependencies {
eventsManifest,
sparkCore,
sparkSQL,
protobuf,
commonsText,
jacksonModule,
jacksonDatabind,
jacksonCbor,
Expand Down

0 comments on commit e2bb3d4

Please sign in to comment.