File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -80,6 +80,7 @@ object Dependencies {
80
80
val jettyServer = " 9.4.56.v20240826" // Fix CVE
81
81
val zookeeper = " 3.9.2" // Fix CVE
82
82
val dnsjava = " 3.6.1" // Fix CVE
83
+ val kafkaClients = " 3.7.2" // Fix CVE
83
84
84
85
// Scala (test only)
85
86
val specs2 = " 4.17.0"
@@ -189,6 +190,7 @@ object Dependencies {
189
190
val reactorNetty = " io.projectreactor.netty" % " reactor-netty-http" % V .reactorNetty
190
191
val jettyHttp = " org.eclipse.jetty" % " jetty-http" % V .jettyHttp
191
192
val jettyServer = " org.eclipse.jetty" % " jetty-server" % V .jettyServer
193
+ val kafkaClients = " org.apache.kafka" % " kafka-clients" % V .kafkaClients
192
194
193
195
// Java (Shredder)
194
196
val dynamodb = " com.amazonaws" % " aws-java-sdk-dynamodb" % V .aws
@@ -258,6 +260,7 @@ object Dependencies {
258
260
azureIdentity,
259
261
azureKeyVault,
260
262
fs2Kafka,
263
+ kafkaClients,
261
264
hadoopCommon,
262
265
hadoopAzure,
263
266
avro,
You can’t perform that action at this time.
0 commit comments