Skip to content

Commit ee1c580

Browse files
committed
chore(deps): update confluentinc/cp-kafka docker tag to v8
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | confluentinc/cp-kafka | 7.9.2 | 8.0.0 |
1 parent 47dd77a commit ee1c580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

embedded-kafka/src/main/java/com/playtika/testcontainer/kafka/properties/KafkaConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public KafkaConfigurationProperties() {
7373
public String getDefaultDockerImage() {
7474
// Please don`t remove this comment.
7575
// renovate: datasource=docker
76-
return "confluentinc/cp-kafka:7.9.2";
76+
return "confluentinc/cp-kafka:8.0.0";
7777
}
7878

7979
@AllArgsConstructor

0 commit comments

Comments
 (0)