Skip to content

Commit

Permalink
Bump Kafka version to 3.5.1
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Liang <jiallian@amazon.com>
  • Loading branch information
RyanL1997 committed Aug 1, 2023
1 parent de9d8df commit b3b8ba5
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 @@ -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.4.0'
kafka_version = '3.5.1'

if (buildVersionQualifier) {
opensearch_build += "-${buildVersionQualifier}"
Expand Down

0 comments on commit b3b8ba5

Please sign in to comment.