Skip to content

Commit

Permalink
chore(kafka): kafka version bump (#11211)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored and RyanHolstien committed Aug 21, 2024
1 parent 668b506 commit 98ad824
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion datahub-upgrade/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
// mock internal schema registry
implementation externalDependency.kafkaAvroSerde
implementation externalDependency.kafkaAvroSerializer
implementation "org.apache.kafka:kafka_2.12:3.7.0"
implementation "org.apache.kafka:kafka_2.12:3.7.1"

implementation externalDependency.slf4jApi
compileOnly externalDependency.lombok
Expand Down
4 changes: 2 additions & 2 deletions docker/kafka-setup/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ARG ALPINE_REPO_URL
ARG APACHE_DOWNLOAD_URL
ARG GITHUB_REPO_URL

ENV KAFKA_VERSION 3.7.0
ENV SCALA_VERSION 2.13
ENV KAFKA_VERSION=3.7.1
ENV SCALA_VERSION=2.13

LABEL name="kafka" version=${KAFKA_VERSION}

Expand Down

0 comments on commit 98ad824

Please sign in to comment.