Skip to content

Commit d7ad83b

Browse files
Update confluentinc/cp-kafka Docker tag to v7.4.1 (PlaytikaOSS#1407)
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | confluentinc/cp-kafka | 7.4.0 | 7.4.1 | Co-authored-by: Renovate Bot <[email protected]>
1 parent fc31abe commit d7ad83b

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
@@ -71,7 +71,7 @@ public KafkaConfigurationProperties() {
7171
public String getDefaultDockerImage() {
7272
// Please don`t remove this comment.
7373
// renovate: datasource=docker
74-
return "confluentinc/cp-kafka:7.4.0";
74+
return "confluentinc/cp-kafka:7.4.1";
7575
}
7676

7777
@AllArgsConstructor

0 commit comments

Comments
 (0)