File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -70,7 +70,7 @@ object Dependencies {
70
70
val jettison = " 1.5.4" // Fix CVE
71
71
val reactorNetty = " 1.0.39" // Fix CVE
72
72
val jettyHttp = " 9.4.53.v20231009" // Fix CVE
73
-
73
+ val zookeeper = " 3.7.2 " // Fix CVE
74
74
75
75
// Scala (test only)
76
76
val specs2 = " 4.17.0"
@@ -195,6 +195,7 @@ object Dependencies {
195
195
val aws2sts = " software.amazon.awssdk" % " sts" % V .aws2 % Runtime
196
196
val protobuf = " com.google.protobuf" % " protobuf-java" % V .protobuf
197
197
val nettyCodec = " io.netty" % " netty-codec" % V .nettyCodec
198
+ val zookeeper = " org.apache.zookeeper" % " zookeeper" % V .zookeeper
198
199
199
200
// Scala (test only)
200
201
val specs2 = " org.specs2" %% " specs2-core" % V .specs2 % Test
@@ -269,7 +270,8 @@ object Dependencies {
269
270
scalaTrackerEmit,
270
271
http4sClient,
271
272
slf4jApi,
272
- sentry
273
+ sentry,
274
+ zookeeper
273
275
)
274
276
275
277
val loaderDependencies = Seq (
You can’t perform that action at this time.
0 commit comments