Skip to content

Commit

Permalink
Bump zookeeper to 3.9.3 and kafka-clients to 3.7.1
Browse files Browse the repository at this point in the history
Signed-off-by: Darshit Chanpura <dchanp@amazon.com>
  • Loading branch information
DarshitChanpura committed Dec 4, 2024
1 parent ef7627e commit 389b00e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ ext {
buildVersionQualifier = System.getProperty("build.version_qualifier", "")
version_tokens = opensearch_version.tokenize('-')
opensearch_build = version_tokens[0] + '.0'
kafka_version = '3.7.0'
kafka_version = '3.7.1'

if (buildVersionQualifier) {
opensearch_build += "-${buildVersionQualifier}"
Expand All @@ -88,7 +88,7 @@ configurations.all {
force "org.scala-lang:scala-library:2.13.9"
force "org.apache.bcel:bcel:6.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
force "org.xerial.snappy:snappy-java:1.1.10.5"
force "org.apache.zookeeper:zookeeper:3.9.2"
force "org.apache.zookeeper:zookeeper:3.9.3"
force "ch.qos.logback:logback-core:1.2.13"
force "ch.qos.logback:logback-classic:1.2.13"
force "org.bitbucket.b_c:jose4j:0.9.4"
Expand Down

0 comments on commit 389b00e

Please sign in to comment.