Skip to content

Commit 98ad824

Browse files
david-leifkerRyanHolstien
authored andcommitted
chore(kafka): kafka version bump (#11211)
1 parent 668b506 commit 98ad824

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

datahub-upgrade/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ dependencies {
5555
// mock internal schema registry
5656
implementation externalDependency.kafkaAvroSerde
5757
implementation externalDependency.kafkaAvroSerializer
58-
implementation "org.apache.kafka:kafka_2.12:3.7.0"
58+
implementation "org.apache.kafka:kafka_2.12:3.7.1"
5959

6060
implementation externalDependency.slf4jApi
6161
compileOnly externalDependency.lombok

docker/kafka-setup/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ARG ALPINE_REPO_URL
2222
ARG APACHE_DOWNLOAD_URL
2323
ARG GITHUB_REPO_URL
2424

25-
ENV KAFKA_VERSION 3.7.0
26-
ENV SCALA_VERSION 2.13
25+
ENV KAFKA_VERSION=3.7.1
26+
ENV SCALA_VERSION=2.13
2727

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

0 commit comments

Comments
 (0)