Skip to content

Commit 91e5433

Browse files
chore(deps): update apache/kafka-native docker tag to v4
1 parent 722d7ad commit 91e5433

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka-native:3.8.1
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-dsl-integration/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
broker:
5-
image: apache/kafka-native:3.8.1
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-reactor/boot-kafka-reactor-consumer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka-native:3.8.1
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-reactor/boot-kafka-reactor-producer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka-native:3.8.1
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-spring-boot/boot-concurrent-kafka-consumer/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
services:
22

33
broker:
4-
image: apache/kafka-native:3.8.1
4+
image: apache/kafka-native:4.0.0
55
hostname: broker
66
ports:
77
- "9092:9092"

kafka-spring-boot/boot-kafka-sample/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.8'
22
services:
33

44
broker:
5-
image: apache/kafka-native:3.8.1
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

kafka-spring-boot/boot-multiple-producers-consumers/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: '3.9'
22

33
services:
44
broker:
5-
image: apache/kafka-native:3.9.0
5+
image: apache/kafka-native:4.0.0
66
hostname: broker
77
ports:
88
- "9092:9092"

spring-modulith-outbox-pattern/docker/docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ services:
4242
- "9411:9411"
4343

4444
broker:
45-
image: apache/kafka-native:3.8.1
45+
image: apache/kafka-native:4.0.0
4646
hostname: broker
4747
ports:
4848
- "9092:9092"

0 commit comments

Comments
 (0)