Skip to content

Commit

Permalink
Update org.apache.zookeeper:zookeeper to 3.7.1 (#1912)
Browse files Browse the repository at this point in the history
Fixes CVE-2021-4104, CVE-2020-9488, and more from dependency on log4j-1.2.17.jar

Signed-off-by: Peter Nied <[email protected]>
  • Loading branch information
peternied authored Jun 24, 2022
1 parent 1a63f22 commit 746748b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ dependencies {
testRuntimeOnly 'org.scala-lang:scala-library:2.13.8'
testRuntimeOnly 'com.yammer.metrics:metrics-core:2.2.0'
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
testRuntimeOnly 'org.apache.zookeeper:zookeeper:3.6.3'
testRuntimeOnly 'org.apache.zookeeper:zookeeper:3.7.1'
testRuntimeOnly 'org.apache.kafka:kafka-metadata:3.0.1'
testRuntimeOnly 'org.apache.kafka:kafka-storage:3.0.1'

Expand Down

0 comments on commit 746748b

Please sign in to comment.