Commit 98ad824 1 parent 668b506 commit 98ad824 Copy full SHA for 98ad824
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ dependencies {
55
55
// mock internal schema registry
56
56
implementation externalDependency. kafkaAvroSerde
57
57
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 "
59
59
60
60
implementation externalDependency. slf4jApi
61
61
compileOnly externalDependency. lombok
Original file line number Diff line number Diff line change @@ -22,8 +22,8 @@ ARG ALPINE_REPO_URL
22
22
ARG APACHE_DOWNLOAD_URL
23
23
ARG GITHUB_REPO_URL
24
24
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
27
27
28
28
LABEL name="kafka" version=${KAFKA_VERSION}
29
29
You can’t perform that action at this time.
0 commit comments