Skip to content

Commit 1281942

Browse files
chore(deps): update confluentinc/cp-kafka docker tag to v7.6.2
1 parent 6fcf55e commit 1281942

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

kafka-avro/spring-boot-kafka-avro-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
kafka:
5-
image: confluentinc/cp-kafka:7.6.1
5+
image: confluentinc/cp-kafka:7.6.2
66
hostname: broker
77
container_name: broker
88
ports:

kafka-avro/spring-boot-kafka-avro-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
kafka:
5-
image: confluentinc/cp-kafka:7.6.1
5+
image: confluentinc/cp-kafka:7.6.2
66
hostname: broker
77
container_name: broker
88
ports:

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: confluentinc/cp-kafka:7.6.1
5+
image: confluentinc/cp-kafka:7.6.2
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: confluentinc/cp-kafka:7.6.1
5+
image: confluentinc/cp-kafka:7.6.2
66
hostname: broker
77
ports:
88
- "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: confluentinc/cp-kafka:7.6.1
5+
image: confluentinc/cp-kafka:7.6.2
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: confluentinc/cp-kafka:7.6.1
45+
image: confluentinc/cp-kafka:7.6.2
4646
hostname: broker
4747
ports:
4848
- "9092:9092"

0 commit comments

Comments
 (0)