Skip to content

Commit

Permalink
Bump some dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
pondzix committed Aug 26, 2024
1 parent 7b13dc4 commit 2503f85
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ object Dependencies {
val manifest = "0.3.0"
val fs2 = "3.3.0"
val fs2Aws = "4.1.0"
val fs2Blobstore = "0.9.7"
val fs2Blobstore = "0.9.14"
val fs2Cron = "0.7.2"
val fs2PubSub = "0.21.0"
val fs2Kafka = "3.0.0"
Expand Down Expand Up @@ -77,6 +77,7 @@ object Dependencies {
val reactorNetty = "1.0.39" // Fix CVE
val jettyHttp = "9.4.51.v20230217" // Fix CVE
val zookeeper = "3.9.2" // Fix CVE
val dnsjava = "3.6.1" // Fix CVE

// Scala (test only)
val specs2 = "4.17.0"
Expand Down Expand Up @@ -207,6 +208,7 @@ object Dependencies {
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf
val nettyCodec = "io.netty" % "netty-codec" % V.nettyCodec
val zookeeper = "org.apache.zookeeper" % "zookeeper" % V.zookeeper
val dnsjava = "dnsjava" % "dnsjava" % V.dnsjava

// Scala (test only)
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % Test
Expand Down Expand Up @@ -253,7 +255,8 @@ object Dependencies {
hadoopCommon,
hadoopAzure,
reactorNetty,
jettyHttp
jettyHttp,
dnsjava
)

val commonDependencies = Seq(
Expand Down

0 comments on commit 2503f85

Please sign in to comment.