Skip to content

Commit

Permalink
Bump org.apache.zookeeper:zookeeper to 3.9.1 and io.netty:netty-tcnat…
Browse files Browse the repository at this point in the history
…ive-boringssl-static to 2.0.61.Final (opensearch-project#3532)

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored Oct 12, 2023
1 parent 387c8a5 commit 23359f6
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -613,8 +613,8 @@ dependencies {
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.0'
// Only osx-x86_64, osx-aarch_64, linux-x86_64, linux-aarch_64, windows-x86_64 are available
if (osdetector.classifier in ["osx-x86_64", "osx-aarch_64", "linux-x86_64", "linux-aarch_64", "windows-x86_64"]) {
testImplementation "io.netty:netty-tcnative-classes:2.0.54.Final"
testImplementation "io.netty:netty-tcnative-boringssl-static:2.0.54.Final:${osdetector.classifier}"
testImplementation "io.netty:netty-tcnative-classes:2.0.61.Final"
testImplementation "io.netty:netty-tcnative-boringssl-static:2.0.61.Final:${osdetector.classifier}"
}
// JUnit build requirement
testCompileOnly 'org.apiguardian:apiguardian-api:1.1.2'
Expand All @@ -626,7 +626,9 @@ dependencies {
testRuntimeOnly 'org.scala-lang:scala-library:2.13.12'
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.7.1'
testRuntimeOnly('org.apache.zookeeper:zookeeper:3.9.1') {
exclude(group:'ch.qos.logback', module: 'logback-classic' )
}
testRuntimeOnly "org.apache.kafka:kafka-metadata:${kafka_version}"
testRuntimeOnly "org.apache.kafka:kafka-storage:${kafka_version}"

Expand Down

0 comments on commit 23359f6

Please sign in to comment.