Skip to content

Commit fb1ff31

Browse files
Merge pull request #109 from igorcampos-dev/renovate/apache-kafka-4.x
chore(deps): update apache/kafka docker tag to v4.1.1
2 parents 70d8be5 + 308555d commit fb1ff31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spring-kafka-example/compose.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ services:
2222
- kafka-net
2323

2424
kafka:
25-
image: apache/kafka:4.1.0
25+
image: apache/kafka:4.1.1
2626
container_name: kafka
2727
ports:
2828
- "9092:9092"
@@ -44,7 +44,7 @@ services:
4444

4545
kafka-init:
4646
container_name: kafka-init
47-
image: apache/kafka:4.1.0
47+
image: apache/kafka:4.1.1
4848
depends_on:
4949
kafka:
5050
condition: service_started

0 commit comments

Comments
 (0)