Skip to content

Commit 0e96b63

Browse files
renovate-botFameing
authored andcommitted
chore(deps): update confluentinc/cp-kafka docker tag to v7.5.3
| datasource | package | from | to | | ---------- | --------------------- | ----- | ----- | | docker | confluentinc/cp-kafka | 7.5.2 | 7.5.3 |
1 parent 41acbee commit 0e96b63

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.5.2";
76+
return "confluentinc/cp-kafka:7.5.3";
7777
}
7878

7979
@AllArgsConstructor

0 commit comments

Comments
 (0)