Skip to content

Commit 1facc6c

Browse files
committed
chore(deps): update confluentinc/cp-schema-registry docker tag to v7.6.0
| datasource | package | from | to | | ---------- | ------------------------------- | ----- | ----- | | docker | confluentinc/cp-schema-registry | 7.5.3 | 7.6.0 |
1 parent be519e1 commit 1facc6c

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.3";
44+
return "confluentinc/cp-schema-registry:7.6.0";
4545
}
4646

4747
public enum AvroCompatibilityLevel {

0 commit comments

Comments
 (0)