Skip to content

Commit d14e300

Browse files
committed
Bump zookeeper to 3.7.2
1 parent d541642 commit d14e300

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

project/Dependencies.scala

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ object Dependencies {
7070
val jettison = "1.5.4" // Fix CVE
7171
val reactorNetty = "1.0.39" // Fix CVE
7272
val jettyHttp = "9.4.53.v20231009" // Fix CVE
73-
73+
val zookeeper = "3.7.2" // Fix CVE
7474

7575
// Scala (test only)
7676
val specs2 = "4.17.0"
@@ -195,6 +195,7 @@ object Dependencies {
195195
val aws2sts = "software.amazon.awssdk" % "sts" % V.aws2 % Runtime
196196
val protobuf = "com.google.protobuf" % "protobuf-java" % V.protobuf
197197
val nettyCodec = "io.netty" % "netty-codec" % V.nettyCodec
198+
val zookeeper = "org.apache.zookeeper" % "zookeeper" % V.zookeeper
198199

199200
// Scala (test only)
200201
val specs2 = "org.specs2" %% "specs2-core" % V.specs2 % Test
@@ -269,7 +270,8 @@ object Dependencies {
269270
scalaTrackerEmit,
270271
http4sClient,
271272
slf4jApi,
272-
sentry
273+
sentry,
274+
zookeeper
273275
)
274276

275277
val loaderDependencies = Seq(

0 commit comments

Comments
 (0)