Skip to content

Commit

Permalink
Bump Zookeeper to 3.9.3
Browse files Browse the repository at this point in the history
Bumped Zookeeper to 3.9.3, resolving issue opensearch-project#4892

Signed-off-by: Andrey Pleskach <[email protected]>
  • Loading branch information
willyborankin committed Nov 11, 2024
1 parent 3c635c9 commit 3a1041d
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 @@ -710,7 +710,7 @@ dependencies {
}
testRuntimeOnly 'org.scala-lang:scala-library:2.13.15'
testRuntimeOnly 'com.typesafe.scala-logging:scala-logging_3:3.9.5'
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.2') {
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.3') {
exclude(group:'ch.qos.logback', module: 'logback-classic' )
exclude(group:'ch.qos.logback', module: 'logback-core' )
}
Expand Down

0 comments on commit 3a1041d

Please sign in to comment.