chore(version): bump kafka version (#12136)

This commit is contained in:
Chakru 2024-12-16 21:28:48 +05:30 committed by GitHub
parent f9251c8759
commit cc81dc45a6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ dependencies {
// mock internal schema registry
implementation externalDependency.kafkaAvroSerde
implementation externalDependency.kafkaAvroSerializer
implementation "org.apache.kafka:kafka_2.12:3.7.1"
implementation "org.apache.kafka:kafka_2.13:3.7.2"
implementation externalDependency.slf4jApi
compileOnly externalDependency.lombok

View File

@ -22,7 +22,7 @@ ARG ALPINE_REPO_URL
ARG APACHE_DOWNLOAD_URL
ARG GITHUB_REPO_URL
ENV KAFKA_VERSION=3.7.1
ENV KAFKA_VERSION=3.7.2
ENV SCALA_VERSION=2.13
LABEL name="kafka" version=${KAFKA_VERSION}