Skip to content

Commit

Permalink
Update org.apache.zookeeper:zookeeper to 3.7.1 (opensearch-projec…
Browse files Browse the repository at this point in the history
…t#1912)

Fixes CVE-2021-4104, CVE-2020-9488, and more from dependency on log4j-1.2.17.jar

Signed-off-by: Peter Nied <[email protected]>
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
peternied authored and stephen-crawford committed Nov 10, 2022
1 parent 65bcf44 commit 3fdc2dd
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 3fdc2dd

Please sign in to comment.