Skip to content

Commit

Permalink
chore(deps): update apache/kafka-native docker tag to v3.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 7, 2024
1 parent ad63f36 commit 7b91ede
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down
2 changes: 1 addition & 1 deletion kafka-dsl-integration/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.9'

services:
broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: '3.8'
services:

broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down
2 changes: 1 addition & 1 deletion spring-modulith-outbox-pattern/docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ services:
- "9411:9411"

broker:
image: apache/kafka-native:3.8.1
image: apache/kafka-native:3.9.0
hostname: broker
ports:
- "9092:9092"
Expand Down

0 comments on commit 7b91ede

Please sign in to comment.