Skip to content

Commit 7487317

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

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/SchemaRegistryConfigurationProperties.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public boolean isBasicAuthenticationEnabled() {
4141
public String getDefaultDockerImage() {
4242
// Please don`t remove this comment.
4343
// renovate: datasource=docker
44-
return "confluentinc/cp-schema-registry:7.5.2";
44+
return "confluentinc/cp-schema-registry:7.5.3";
4545
}
4646

4747
public enum AvroCompatibilityLevel {

0 commit comments

Comments
 (0)